Browse Source

CMake: Update pandac.__init__ to match the extensions_native.

Sam Edwards 11 years ago
parent
commit
d1c6d453ba
1 changed files with 1 additions and 3 deletions
  1. 1 3
      direct/src/pandac/__init__.py

+ 1 - 3
direct/src/pandac/__init__.py

@@ -5,9 +5,7 @@ import __builtin__
 # Now import all extensions:
 # Now import all extensions:
 from direct.extensions_native.extension_native_helpers import *
 from direct.extensions_native.extension_native_helpers import *
 extensions = [
 extensions = [
-    'CInterval', 'EggGroupNode', 'EggPrimitive', 'HTTPChannel', 'Mat3',
-    'NodePath', 'NodePathCollection', 'OdeBody', 'OdeGeom', 'OdeJoint',
-    'OdeSpace', 'Ramfile', 'StreamReader', 'VBase3', 'VBase4'
+    'CInterval', 'HTTPChannel', 'Mat3', 'NodePath', 'VBase3', 'VBase4'
 ]
 ]
 
 
 # Prior to importing, we need to make the Dtool_funcToMethod function and
 # Prior to importing, we need to make the Dtool_funcToMethod function and