summaryrefslogtreecommitdiff
path: root/lib/svg/units.py
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2018-08-21 21:43:09 -0400
committerLex Neva <github.com@lexneva.name>2018-08-21 21:43:09 -0400
commit908f2cd7727e939b87e3f57c1d3a189705de4c94 (patch)
treed0a868121190fb0ae4cae2b9ee7ae199d5230ef0 /lib/svg/units.py
parent94f391ab4262b5e1c8dace0263467a0ec1f17058 (diff)
pyflakes fixes
Diffstat (limited to 'lib/svg/units.py')
-rw-r--r--lib/svg/units.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/svg/units.py b/lib/svg/units.py
index 585afab4..c4ec82a0 100644
--- a/lib/svg/units.py
+++ b/lib/svg/units.py
@@ -1,6 +1,7 @@
import simpletransform
from ..utils import cache
+from ..i18n import _
# modern versions of Inkscape use 96 pixels per inch as per the CSS standard
PIXELS_PER_MM = 96 / 25.4