git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@69738 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2011-11-11 02:22:49 +00:00
parent 79f16f2e93
commit e422e4d2cc

View File

@@ -888,7 +888,7 @@ def bdist(options, args):
tarball.add(environ_script, os.path.join(rootname, os.path.basename(environ_script)))
tarball.close()
print "Relase built at %s" % tarfilename
print "Release built at %s" % tarfilename
#---------------------------------------------------------------------------