mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Update to squeeze panda modules and not showBaseGlobals
This commit is contained in:
parent
5c6aa9b77c
commit
2e89604634
@ -340,7 +340,7 @@ try:
|
|||||||
except KeyError:
|
except KeyError:
|
||||||
print "Warning: environment variable DIRECT is not set."
|
print "Warning: environment variable DIRECT is not set."
|
||||||
directroot = ""
|
directroot = ""
|
||||||
archivePath = directroot + "\src\showbase\\%(archive)s"
|
archivePath = directroot + "\\lib\\py\\%(archive)s"
|
||||||
f=open(archivePath,"rb")
|
f=open(archivePath,"rb")
|
||||||
exec marshal.loads(%(zbegin)sf.read(%(loaderlen)d)%(zend)s)
|
exec marshal.loads(%(zbegin)sf.read(%(loaderlen)d)%(zend)s)
|
||||||
boot("%(app)s",f,%(size)d)
|
boot("%(app)s",f,%(size)d)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user