[Skencil-commits] r799 - skencil/branches/skencil-0.6/src/Sketch/UI
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Sun Feb 6 21:19:59 CET 2011
Author: bh
Date: 2011-02-06 21:19:59 +0100 (Sun, 06 Feb 2011)
New Revision: 799
Modified:
skencil/branches/skencil-0.6/src/Sketch/UI/ruler.py
Log:
Remove unused imports.
Modified: skencil/branches/skencil-0.6/src/Sketch/UI/ruler.py
===================================================================
--- skencil/branches/skencil-0.6/src/Sketch/UI/ruler.py 2011-02-06 19:38:45 UTC (rev 798)
+++ skencil/branches/skencil-0.6/src/Sketch/UI/ruler.py 2011-02-06 20:19:59 UTC (rev 799)
@@ -17,15 +17,10 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
from math import floor, ceil, hypot
-from string import atoi
-from types import TupleType
import operator
-import pax
-
-from Sketch import StandardColors, GraphicsDevice, Identity, gtkutils
+from Sketch import GraphicsDevice, Identity, gtkutils
from Sketch import config, const, GuideLine, Point, ui_colors
-from Sketch.warn import warn, USER
from Sketch.const import CHANGED
from Sketch.Graphics.color import XRGBColor
More information about the Skencil-commits
mailing list