mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
add pygame._view
This commit is contained in:
parent
65b698217f
commit
4e819c8912
@ -77,7 +77,7 @@ class pygame(package):
|
|||||||
require('panda3d', 'numpy')
|
require('panda3d', 'numpy')
|
||||||
|
|
||||||
module('pygame', required = True)
|
module('pygame', required = True)
|
||||||
module('pygame.*')
|
module('pygame.*', 'pygame._view')
|
||||||
|
|
||||||
class twisted(package):
|
class twisted(package):
|
||||||
config(display_name = "Twisted")
|
config(display_name = "Twisted")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user