mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-python
synced 2026-01-15 01:52:56 +01:00
StopWatch: Fix compilation error
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
4b8d67b8ee
commit
385edd7169
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
import datetime
|
from datetime import datetime
|
||||||
from .log import *
|
from .log import *
|
||||||
|
|
||||||
class StopWatch: # export
|
class StopWatch: # export
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue