Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

setup: fix typo

Changeset e5308ea65e51

Parent b90de4a753fd

by Steve Borho

Changes to one file · Browse files at e5308ea65e51 Showing diff from parent b90de4a753fd Diff from another changeset...

Change 1 of 1 Show Entire File setup.py Stacked
 
46
47
48
49
50
 
 
51
52
53
 
46
47
48
 
 
49
50
51
52
53
@@ -46,8 +46,8 @@
  # the dist directory created by py2exe.   # also needed is the GTK's share/themes (as dist/share/themes),   # for dialogs to display in MS-Windows XP theme. - "includes" : includes - "optimize" : 1, + "includes" : includes, + "optimize" : 1   }   }