mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
fix Loader namespace collision
This commit is contained in:
parent
6b012b7cb6
commit
0fef6fd3c6
@ -15,11 +15,11 @@ import platform
|
|||||||
import struct
|
import struct
|
||||||
from direct.p3d.FileSpec import FileSpec
|
from direct.p3d.FileSpec import FileSpec
|
||||||
from direct.p3d.SeqValue import SeqValue
|
from direct.p3d.SeqValue import SeqValue
|
||||||
|
from pandac.PandaModules import *
|
||||||
from direct.showbase import Loader
|
from direct.showbase import Loader
|
||||||
from direct.showbase import AppRunnerGlobal
|
from direct.showbase import AppRunnerGlobal
|
||||||
from direct.showutil import FreezeTool
|
from direct.showutil import FreezeTool
|
||||||
from direct.directnotify.DirectNotifyGlobal import *
|
from direct.directnotify.DirectNotifyGlobal import *
|
||||||
from pandac.PandaModules import *
|
|
||||||
|
|
||||||
vfs = VirtualFileSystem.getGlobalPtr()
|
vfs = VirtualFileSystem.getGlobalPtr()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user