diff options
| author | Adrien Tétar | 2015-05-30 21:12:30 +0200 |
|---|---|---|
| committer | Adrien Tétar | 2015-05-30 21:15:51 +0200 |
| commit | 0a37e9204d91ea50059c1320f9375730b79a557c (patch) | |
| tree | ef3945410098ef70b0f7d856191b280fb2d922bd /setup.py | |
| parent | 3d769d86cc997486cea888f47310b546d112151e (diff) | |
| download | trufont-0a37e9204d91ea50059c1320f9375730b79a557c.tar.bz2 | |
Fix a few things
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -6,14 +6,14 @@ from distutils.core import setup try: import fontTools except: - print "*** Warning: defcon requires FontTools, see:" - print " fonttools.sf.net" + print("*** Warning: defcon requires FontTools, see:") + print(" fonttools.sf.net") try: import robofab except: - print "*** Warning: defcon requires RoboFab, see:" - print " robofab.com" + print("*** Warning: defcon requires RoboFab, see:") + print(" robofab.com") #if "sdist" in sys.argv: # import os |
