From a4adcc90b7d5bb1c2231d7bd10ef66dcf74be7ba Mon Sep 17 00:00:00 2001 From: daid303 Date: Thu, 8 Nov 2012 10:43:04 +0100 Subject: [PATCH] Add missing import --- Cura/util/profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cura/util/profile.py b/Cura/util/profile.py index 207aad7..12469ba 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