[gnue] r10134 - trunk/gnue-common/packaging/win32

[email protected] Sat, 19 Dec 2009 10:15:39 -0600 (CST)
Newsgroups gmane.comp.cms.gnue.cvs
Message-ID <[email protected]>
Author: reinhard
Date: 2009-12-19 10:15:39 -0600 (Sat, 19 Dec 2009)
New Revision: 10134

Modified:
   trunk/gnue-common/packaging/win32/setup.py
Log:
Fixed duplicate line.


Modified: trunk/gnue-common/packaging/win32/setup.py
===================================================================
--- trunk/gnue-common/packaging/win32/setup.py	2009-12-17 07:56:23 UTC (rev 10133)
+++ trunk/gnue-common/packaging/win32/setup.py	2009-12-19 16:15:39 UTC (rev 10134)
@@ -52,7 +52,6 @@
             'py2exe': {
                 'dll_excludes': [
                     "msvcp60.dll", "tcl84.dll", "tk84.dll", "oci.dll"],
-                'excludes': ["gnue", "wx", "mx", "PIL"]}})
                 'excludes': ["gnue", "wx", "mx", "PIL"],
                 'compressed': True,
                 'bundle_files': 1}})