diff options
author | Bruce Smith <bruce@nanorex.com> | 2008-07-11 21:46:16 +0000 |
---|---|---|
committer | Bruce Smith <bruce@nanorex.com> | 2008-07-11 21:46:16 +0000 |
commit | 985b30be6eca33b75cd8f56b9edb4187203d1e3e (patch) | |
tree | 9362fc3db1bf2d2d1fce5b742c5ff643836f8124 | |
parent | 99a0eac7dcc4f1c4e89dac55a36d5bbba49fe815 (diff) | |
download | nanoengineer-985b30be6eca33b75cd8f56b9edb4187203d1e3e.tar.gz nanoengineer-985b30be6eca33b75cd8f56b9edb4187203d1e3e.zip |
comment out unused import
-rwxr-xr-x | cad/src/graphics/behaviors/shape.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/src/graphics/behaviors/shape.py b/cad/src/graphics/behaviors/shape.py index ff04cee61..160e2b485 100755 --- a/cad/src/graphics/behaviors/shape.py +++ b/cad/src/graphics/behaviors/shape.py @@ -1,10 +1,10 @@ -# Copyright 2004-2007 Nanorex, Inc. See LICENSE file for details. +# Copyright 2004-2008 Nanorex, Inc. See LICENSE file for details. """ shape.py -- handle freehand curves for selection and cookie-cutting @author: Josh, Huaicai, maybe others @version: $Id$ -@copyright: 2004-2007 Nanorex, Inc. See LICENSE file for details. +@copyright: 2004-2008 Nanorex, Inc. See LICENSE file for details. History: @@ -47,7 +47,7 @@ from utilities.debug import print_compact_traceback from utilities import debug_flags import foundation.env as env -from utilities.constants import color_difference +##from utilities.constants import color_difference from utilities.prefs_constants import DarkBackgroundContrastColor_prefs_key from utilities.prefs_constants import LightBackgroundContrastColor_prefs_key |