mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-24 06:40:39 +01:00
projects.py: Add missing import time
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
077f4fcaae
commit
8b965f16ac
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ import os
|
||||||
import sys
|
import sys
|
||||||
import argparse
|
import argparse
|
||||||
import pwd
|
import pwd
|
||||||
|
import time
|
||||||
from os.path import isfile
|
from os.path import isfile
|
||||||
from os.path import isdir
|
from os.path import isdir
|
||||||
from os.path import expanduser
|
from os.path import expanduser
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue