File: build_exe.py.patch

package info (click to toggle)
displaycal-py3 3.9.17-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 29,124 kB
  • sloc: python: 115,810; javascript: 11,545; xml: 598; sh: 257; makefile: 173
file content (12 lines) | stat: -rw-r--r-- 568 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
--- build_exe.py.bak	Sat Aug 30 18:56:46 2008
+++ build_exe.py	Sun Jan 26 03:56:21 2014
@@ -790,7 +790,8 @@
         # Build an executable for the target
         # template is the exe-stub to use, and arcname is the zipfile
         # containing the python modules.
-        from py2exe_util import add_resource, add_icon
+        from py2exe_util import add_resource
+        from icon import add_icon
         ext = os.path.splitext(template)[1]
         exe_base = target.get_dest_base()
         exe_path = os.path.join(self.dist_dir, exe_base + ext)