~ubuntu-branches/ubuntu/trusty/python-enable/trusty

« back to all changes in this revision

Viewing changes to enthought/enable/traits/ui/wx/__init__.py

  • Committer: Bazaar Package Importer
  • Author(s): Varun Hiremath
  • Date: 2010-02-28 14:56:36 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100228145636-9ghfhe3uy37tt3q6
Tags: 3.3.0-1
* New upstream release
* Bump Standards-Version to 3.8.4
* Switch to source format 3.0
* Update patches/freetype2.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
    pass
10
10
 
11
11
 
 
12
 
 
13
# For py2app / py2exe support
 
14
try:
 
15
    import modulefinder
 
16
    for p in __path__:
 
17
        modulefinder.AddPackagePath(__name__, p)
 
18
except:
 
19
    pass