~unifield-team/unifield-web/uf-2235

« back to all changes in this revision

Viewing changes to py2exe_utils.py

  • Committer: Antony Lesuisse
  • Date: 2011-01-19 06:27:23 UTC
  • Revision ID: al@openerp.com-20110119062723-i0s9y7gtrjk8dp20
Tags: 6.0.0
[FIX] py2exe bundle functools

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
            'mako', 'cherrypy', 'babel', 'formencode', 'simplejson', 'csv',
21
21
            'dateutil.relativedelta', 'pytz', 'xml.dom.minidom', 'cgitb',
22
22
            'mako.cache', 'zipfile', 'email', 'email.utils', 'email.iterators',
23
 
            'email.message' 
 
23
            'email.message','functools'
24
24
        ],
25
25
        'excludes': [
26
26
            'Carbon', 'Carbon.Files', 'Crypto', 'DNS', 'OpenSSL', 'Tkinter',