Jelajahi Sumber

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.
Michael Wass 10 tahun lalu
induk
melakukan
1c2c60acba
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      direct/src/distributed/GridChild.py

+ 0 - 1
direct/src/distributed/GridChild.py

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