diff --git a/setup.py b/setup.py index a10b568d..6d71fb6b 100755 --- a/setup.py +++ b/setup.py @@ -221,4 +221,4 @@ elif sys.platform == 'win32': os.system(r'"%s\MsiTran.Exe" -g %s\%s_1033.msi %s\%s_%d.msi %s\%d.mst' % (SDKPATH, gettempdir(), APPNAME, gettempdir(), APPNAME, lcid, gettempdir(), lcid)) os.system(r'cscript /nologo "%s\WiSubStg.vbs" %s %s\%d.mst %d' % (SDKPATH, PKG, gettempdir(), lcid, lcid)) else: - raise AssertionError('Unsupported platform') \ No newline at end of file + raise AssertionError('Unsupported platform')