add missing import. Fixes #5889

This commit is contained in:
Yann Leboulanger 2010-09-07 10:23:37 +02:00
parent 8d3419e815
commit 646c9f86a0

View file

@ -19,6 +19,7 @@
## ##
import datetime import datetime
import sys
from common import nec from common import nec
from common import helpers from common import helpers