Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
schriftgestalt committed Jan 9, 2018
1 parent 664c01b commit 516f8b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 2 additions & 3 deletions Metrics & Classes/importFea.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#MenuTitle: import fea file
# encoding: utf-8
"""
importAFM.py
importFea.py
Created by Georg Seifert on 2010-04-03.
Copyright (c) 2010 schriftgestaltung.de. All rights reserved.
Expand Down Expand Up @@ -82,8 +82,7 @@ def main():
if result is not None:
importfea_file(Doc, result)
else:
Alert = NSAlert.alertWithMessageText_defaultButton_alternateButton_otherButton_informativeTextWithFormat_(objc.nil, objc.nil, objc.nil, objc.nil, "Please open a document")
Alert.runModal()
Message("Please open a document", "")

if __name__ == '__main__':
main()
Expand Down
2 changes: 0 additions & 2 deletions Metrics & Classes/set Kerning Groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,5 @@ def test():
newValues.append( niceName(value) )
print " \"%s\" : [\"%s\", \"%s\"]," % (key, newValues[1], newValues[0])
NewDefaultKeys[key] = newValues
#print NewDefaultKeys
main()

#test()

0 comments on commit 516f8b1

Please sign in to comment.