mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
import order
This commit is contained in:
parent
0b4b90b742
commit
909ed0e931
@ -3,6 +3,9 @@ within a Panda3D Multifile, which can be easily be downloaded and/or
|
|||||||
patched onto a client machine, for the purpose of running a large
|
patched onto a client machine, for the purpose of running a large
|
||||||
application. """
|
application. """
|
||||||
|
|
||||||
|
# Important to import panda3d first, to avoid naming conflicts with
|
||||||
|
# Python's "string" and "Loader" names that are imported later.
|
||||||
|
from panda3d.core import *
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
import glob
|
import glob
|
||||||
@ -15,7 +18,6 @@ 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user