Removed a nonexistent import from GridChild

This import is nonexistent and has no calls to it. The purpose it serves right now is causing an ImportError :P.
This commit is contained in:
Michael Wass 2015-07-20 11:03:42 -04:00
parent 87b23dfeb2
commit 1c2c60acba

View File

@ -1,6 +1,5 @@
from direct.distributed.DistributedSmoothNodeBase import DistributedSmoothNodeBase
from direct.distributed.GridParent import GridParent
from pandac.PandaModules import EmbeddedValue
class GridChild:
"""