]> xmof Git - DeDRM.git/commitdiff
Undefined name: from datetime import datetime
authorChristian Clauss <cclauss@me.com>
Mon, 20 Jan 2020 12:45:36 +0000 (13:45 +0100)
committerGitHub <noreply@github.com>
Mon, 20 Jan 2020 12:45:36 +0000 (13:45 +0100)
obok_src/common_utils.py

index 964753f582f32ba052439169ae51b9fee2e5efc0..0f2164a04c5d04ea09c73966ded2a0d7a44b426e 100644 (file)
@@ -8,6 +8,7 @@ __copyright__ = '2012, David Forrester <davidfor@internode.on.net>'
 __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,