Browse Source

add pygame._view

rdb 12 years ago
parent
commit
4e819c8912
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/p3d/thirdparty.pdef

+ 1 - 1
direct/src/p3d/thirdparty.pdef

@@ -77,7 +77,7 @@ class pygame(package):
     require('panda3d', 'numpy')
 
     module('pygame', required = True)
-    module('pygame.*')
+    module('pygame.*', 'pygame._view')
 
 class twisted(package):
     config(display_name = "Twisted")