diff options
| author | Aur??lio A. Heckert <aurium@gmail.com> | 2009-04-28 22:40:36 +0000 |
|---|---|---|
| committer | aurium <aurium@users.sourceforge.net> | 2009-04-28 22:40:36 +0000 |
| commit | 2b0db296557b3c9a8a582c7a36627ab91d1e56bd (patch) | |
| tree | b65f93267ccb327211a03b7ba8c61509e2619b6a | |
| parent | Fix crash reported in bug #311737 (diff) | |
| download | inkscape-2b0db296557b3c9a8a582c7a36627ab91d1e56bd.tar.gz inkscape-2b0db296557b3c9a8a582c7a36627ab91d1e56bd.zip | |
esthetics only
(bzr r7793)
| -rw-r--r-- | share/extensions/measure.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/measure.py b/share/extensions/measure.py index 26b20b3e2..61c3f9611 100644 --- a/share/extensions/measure.py +++ b/share/extensions/measure.py @@ -29,7 +29,7 @@ TODO: 2. check direction >90 or <-90 Degrees 3. rotate by 180 degrees around text center ''' -import inkex, simplestyle, simplepath,sys,cubicsuperpath, bezmisc, locale +import inkex, simplestyle, simplepath, sys, cubicsuperpath, bezmisc, locale # Set current system locale locale.setlocale(locale.LC_ALL, '') |
