Skip to content

Commit

Permalink
small code fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Sep 13, 2016
1 parent 23665e1 commit aa96651
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/colony_print/printing/pdf/visitor.py
Expand Up @@ -15,11 +15,11 @@
try:
import reportlab.lib.units
except:
INCH = reportlab.lib.units.inch
CM = reportlab.lib.units.cm
else:
INCH = 72.0
CM = INCH / 2.54
else:
INCH = reportlab.lib.units.inch
CM = reportlab.lib.units.cm

FONT_SCALE_FACTOR = 1
""" The font scale factor """
Expand Down

0 comments on commit aa96651

Please sign in to comment.