aboutsummaryrefslogtreecommitdiff
path: root/kennel/engine/systems/world.py
diff options
context:
space:
mode:
Diffstat (limited to 'kennel/engine/systems/world.py')
-rw-r--r--kennel/engine/systems/world.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/kennel/engine/systems/world.py b/kennel/engine/systems/world.py
index 396e7cb..b74816f 100644
--- a/kennel/engine/systems/world.py
+++ b/kennel/engine/systems/world.py
@@ -1,7 +1,7 @@
-from kennel.engine.systems.system import System, SystemType
-from kennel.engine.entities.entity import EntityManager
-from kennel.engine.components.component import ComponentType
from kennel.app import logger
+from kennel.engine.components.component import ComponentType
+from kennel.engine.entities.entity import EntityManager
+from kennel.engine.systems.system import System, SystemType
class WorldSystem(System):