Add missing import

master
daid303 2012-11-08 10:43:04 +01:00
parent 8e4fb0b147
commit a4adcc90b7
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ from __future__ import division
#Init has to be imported first because it has code to workaround the python bug where relative imports don't work if the module is imported as a main module.
import __init__
import os, traceback, math, re, zlib, base64, time, sys, platform, glob, string
import os, traceback, math, re, zlib, base64, time, sys, platform, glob, string, stat
import cPickle as pickle
if sys.version_info[0] < 3:
import ConfigParser