Update setflag.py

removed redundant line
This commit is contained in:
Wei H 2015-03-20 09:50:39 +01:00
parent 897e711bf8
commit f72cce7546

View File

@ -6,9 +6,6 @@ from fontTools.ttx import makeOutputFileName
inputTTF = sys.argv[1]
# set the working directory for a shortcut
# os.chdir('/Users/weihuang/Google Drive/Type Design/Google/Outputs/Test/Hinting')
# open the source file and read it
font = TTFont(inputTTF)
extension = os.path.splitext(inputTTF)[1]