Add import regluit and datetime to common.py

pull/1/head
Raymond Yee 2012-04-05 13:56:42 -07:00
parent 600f2e7075
commit 8a0ed638d3
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
from os.path import dirname, realpath, join
import regluit
import datetime
PROJECT_DIR = dirname(dirname(realpath(__file__)))