summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Clauss <[email protected]>2020-01-20 13:45:36 +0100
committerGitHub <[email protected]>2020-01-20 13:45:36 +0100
commitc74f4b20d38411db04514348fd0752b43013e92c (patch)
tree3e57279a897d4cfdef53293b53946ed095f54735
parentae703e523cfe5134f4f512e3b0a24d30c2481148 (diff)
Undefined name: from datetime import datetime
-rw-r--r--obok_src/common_utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/obok_src/common_utils.py b/obok_src/common_utils.py
index 964753f..0f2164a 100644
--- a/obok_src/common_utils.py
+++ b/obok_src/common_utils.py
@@ -8,6 +8,7 @@ __copyright__ = '2012, David Forrester <[email protected]>'
__docformat__ = 'restructuredtext en'
import os, time, re, sys
+from datetime import datetime
try:
from PyQt5.Qt import (Qt, QIcon, QPixmap, QLabel, QDialog, QHBoxLayout, QProgressBar,
QTableWidgetItem, QFont, QLineEdit, QComboBox,