Add import regluit and datetime to common.py
parent
600f2e7075
commit
8a0ed638d3
|
@ -1,4 +1,6 @@
|
|||
from os.path import dirname, realpath, join
|
||||
import regluit
|
||||
import datetime
|
||||
|
||||
PROJECT_DIR = dirname(dirname(realpath(__file__)))
|
||||
|
||||
|
|
Loading…
Reference in New Issue