Added modular directory structure.
[hooke.git] / hooke / libhookecurve.py
old mode 100755 (executable)
new mode 100644 (file)
index 0bb4a49..44dc9d6
@@ -15,10 +15,8 @@ class HookeCurve(object):
                 #bring on all the driver, with his load of methods etc.
                 #so we can access the whole of it.
                 self.curve=tempcurve
-                del tempcurve
                 return True
-
-        print 'Not a recognizable curve format.'
+        print 'Not a recognizable curve format: ', self.path
         return False