Art,

Le 22 nov. 05 à 21:25, Art Haas a écrit :

Mail me the diff in 'filename' and I'll apply it, push the change out
to the public repo, then you can do an 'svn update' and we'll see how
smart subversion is when it performs the update.
Please find attached a first import adjustment :
Index: ImageDocument.py
===================================================================
--- ImageDocument.py	(revision 2063)
+++ ImageDocument.py	(working copy)
@@ -20,6 +20,8 @@
 # Cocoa wrapper for Image class - handles display of
 # drawing in a window, saving & loading of files
 #
+# P.L.V. nov 23 05
+# import adjustment
 from __future__ import division
 
 import math
@@ -33,9 +35,9 @@
 import PythonCAD.Generic.layer
 import PythonCAD.Generic.message
 
-import Globals
-import CADView
-from ImageWindowController import ImageWindowController
+import PythonCAD.Interface.Cocoa.Globals
+import PythonCAD.Interface.Cocoa.CADView
+import PythonCAD.Interface.Cocoa.ImageWindowController
 
 from PyObjCTools import NibClassBuilder
 from Foundation import NSLog, NSObject, NSString, NSNotificationCenter, NSNotificationQueue, NSNotification, NSPostWhenIdle, NSPostASAP, NSNotificationNoCoalescing

Pierre

_______________________________________________
PythonCAD mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pythoncad

Reply via email to