Skip to content

Commit

Permalink
Had to include Geodatabase for other interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbot committed Jul 2, 2012
1 parent e80e995 commit 7d81a6c
Show file tree
Hide file tree
Showing 5 changed files with 53,461 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pytexportutils/__init__.py
@@ -1,6 +1,6 @@
"""Type library collection pytexportutils"""
__version__ = '10.1'
__all__ = ['esriSystem', 'esriGeoprocessing']
__all__ = ['ArcGISVersion', 'esriSystem', 'esriSystemUI', 'esriGeometry', 'esriGraphicsCore', 'esriGraphicsSymbols', 'esriDisplay', 'esriGeoDatabase', 'esriGeoDatabaseDistributed', 'esriGeoDatabaseExtensions', 'esriGeoDatabasePS', 'esriDataSourcesFile', 'esriDataSourcesGDB', 'esriDataSourcesOleDB', 'esriDataSourcesRaster', 'esriDataSourcesNetCDF', 'esriDataSourcesRasterUI', 'esriCarto', 'esriGeoprocessing']
# Required by all submodules, if these get in a bad state the C modules will crash.
_IIDMap = {}
_CLSIDMap = {}
Expand Down Expand Up @@ -65,4 +65,5 @@ def interfaces_supported(interface_object):
if interface_object.supports(iid)]

from .esriSystem import *
from .esriGeoDatabase import *
from .esriGeoprocessing import *
Binary file added pytexportutils/_esriGeoDatabase.pyd
Binary file not shown.
Binary file modified pytexportutils/_esriGeoprocessing.pyd
Binary file not shown.
Binary file modified pytexportutils/_esriSystem.pyd
Binary file not shown.
53,459 changes: 53,459 additions & 0 deletions pytexportutils/esriGeoDatabase.py

Large diffs are not rendered by default.

0 comments on commit 7d81a6c

Please sign in to comment.