mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
cmds.CmdBuild: import time
import time is missing from CmdBuild, fix that. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
1a68185617
commit
4ad7091159
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
import os, re, sys, subprocess, datetime
|
||||
import os, re, sys, subprocess, datetime, time
|
||||
from argparse import Namespace, ArgumentParser
|
||||
|
||||
from ..Cmd import Cmd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue