__init__.py 192 B

123456
  1. # This is a python package
  2. # __PackageSupportBuildPath__ not needed for distutil based builds,
  3. # but not everyone is there yet.
  4. import win32com
  5. win32com.__PackageSupportBuildPath__(__path__)