mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 17:35:34 -04:00
Remove from import *
This commit is contained in:
parent
49f3901d40
commit
3973193175
@ -409,7 +409,7 @@ class InspectorWindow:
|
||||
return
|
||||
part = self.topInspector().partNumber(partNumber)
|
||||
print part
|
||||
from PandaModules import *
|
||||
from PandaModules import NodePath
|
||||
import FSM
|
||||
popupMenu = None
|
||||
if isinstance(part, NodePath):
|
||||
|
Loading…
x
Reference in New Issue
Block a user