Bug fix - Added in 'from datetime import datetime'

This commit is contained in:
Chaz Littlejohn 2011-04-08 21:49:38 +00:00
parent e03d08c0be
commit 3402e5b56a

View File

@ -23,6 +23,7 @@ _ = L10n.get_translation()
import os # todo: remove this once import_dir is in fpdb_import import os # todo: remove this once import_dir is in fpdb_import
import sys import sys
from time import time, strftime, sleep, clock from time import time, strftime, sleep, clock
from datetime import datetime
import traceback import traceback
import math import math
import datetime import datetime