diff options
Diffstat (limited to 'Lib/defconQt/__main__.py')
| -rw-r--r-- | Lib/defconQt/__main__.py | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/defconQt/__main__.py b/Lib/defconQt/__main__.py index 8678906..ffcef50 100644 --- a/Lib/defconQt/__main__.py +++ b/Lib/defconQt/__main__.py @@ -9,8 +9,8 @@ from PyQt5.QtWidgets import QApplication  if len(sys.argv) < 2:      share_dir = os.path.join(os.path.dirname(__file__), '..', '..', 'share')      ufoFile = os.path.join(share_dir, 'fonts', 'subsets', 'Merriweather-Bold-Subset-nop.ufo') -    print ('Usage: %s <input.ufo>' % sys.argv[0]) -    print ('Loading default sample font: "%s"' % ufoFile) +    print('Usage: %s <input.ufo>' % sys.argv[0]) +    print('Loading default sample font: "%s"' % ufoFile)  else:      ufoFile = sys.argv[1]      print('Loading font file: "%s"' % ufoFile)  | 
