From: daid303 Date: Thu, 8 Nov 2012 09:43:04 +0000 (+0100) Subject: Add missing import X-Git-Tag: 13.03~200 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=a4adcc90b7d5bb1c2231d7bd10ef66dcf74be7ba;p=cura.git Add missing import --- diff --git a/Cura/util/profile.py b/Cura/util/profile.py index 207aad7e..12469ba8 100644 --- a/Cura/util/profile.py +++ b/Cura/util/profile.py @@ -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