~jr.allen/unifield-web/us2694

« back to all changes in this revision

Viewing changes to setup_py2exe_custom.py

  • Committer: jf
  • Date: 2017-02-21 10:15:49 UTC
  • mfrom: (4836.1.1 us-2374-fix)
  • Revision ID: jfb@tempo-consulting.fr-20170221101549-kskzwn1a030vlv9a
Tags: uf4.0rc1, uf4.0rc2
US-2374 [FIX] AIO generation

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
import os
26
26
import tempfile
27
 
import sys
28
27
 
29
 
if sys.platform == 'nt':
 
28
if os.name == 'nt':
30
29
    from py2exe.build_exe import py2exe as build_exe, fancy_split
31
30
else:
32
31
    # fake it for non-Windows, so that setup.py can be run for