mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-17 20:23:47 -04:00
whoops, can't import libpandaexpressModules at the top
This commit is contained in:
parent
d4c6ef6ea9
commit
e4ba1d426a
@ -45,7 +45,10 @@ import gc
|
|||||||
import traceback
|
import traceback
|
||||||
|
|
||||||
from direct.directutil import Verify
|
from direct.directutil import Verify
|
||||||
from pandac.libpandaexpressModules import ConfigVariableBool
|
|
||||||
|
# Don't import libpandaexpressModules, which doesn't get built until
|
||||||
|
# genPyCode.
|
||||||
|
from libpandaexpress import ConfigVariableBool
|
||||||
|
|
||||||
ScalarTypes = (types.FloatType, types.IntType, types.LongType)
|
ScalarTypes = (types.FloatType, types.IntType, types.LongType)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user