summary refs log tree commit diff homepage
path: root/brutalmaze/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'brutalmaze/utils.py')
-rw-r--r--brutalmaze/utils.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/brutalmaze/utils.py b/brutalmaze/utils.py
index f972fc8..ac47d2d 100644
--- a/brutalmaze/utils.py
+++ b/brutalmaze/utils.py
@@ -17,14 +17,14 @@
 #
 # Copyright (C) 2017 Nguyễn Gia Phong
 
-__doc__ = 'brutalmaze module for hero and enemy classes'
-
 from math import cos, sin, pi
 
 import pygame
 from pygame.gfxdraw import filled_polygon, aapolygon
 
-from .constants import *
+from .constants import MIDDLE
+
+__doc__ = 'brutalmaze module for hero and enemy classes'
 
 
 def round2(number):