chiark / gitweb /
Add missing import
authordaid303 <daid303@gmail.com>
Thu, 8 Nov 2012 09:43:04 +0000 (10:43 +0100)
committerdaid303 <daid303@gmail.com>
Thu, 8 Nov 2012 09:43:04 +0000 (10:43 +0100)
Cura/util/profile.py

index 207aad7e190755c46ec35583565f7cd4b5fc0ba9..12469ba87208adb08f685897c74b7cead8b78623 100644 (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.\r
 import __init__\r
 \r
-import os, traceback, math, re, zlib, base64, time, sys, platform, glob, string\r
+import os, traceback, math, re, zlib, base64, time, sys, platform, glob, string, stat\r
 import cPickle as pickle\r
 if sys.version_info[0] < 3:\r
        import ConfigParser\r