mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
Fix twisted import issues
This commit is contained in:
parent
eb1a45529c
commit
fc57460e02
@ -52,7 +52,7 @@ class twisted(package):
|
||||
config(display_name = "Twisted")
|
||||
require('panda3d')
|
||||
|
||||
module('twisted', 'twisted.*')
|
||||
module('twisted', 'twisted.*', 'twisted.*.*')
|
||||
|
||||
class pil(package):
|
||||
config(display_name = "Python Imaging Library")
|
||||
|
Loading…
x
Reference in New Issue
Block a user