Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pieces.py
diff options
context:
space:
mode:
Diffstat (limited to 'pieces.py')
-rwxr-xr-xpieces.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/pieces.py b/pieces.py
index d34b242..4dfb6c8 100755
--- a/pieces.py
+++ b/pieces.py
@@ -14,12 +14,9 @@
# You should have received a copy of the GNU General Public License
# along with Cells. If not, see <http://www.gnu.org/licenses/>.
-import math
import pygame
-from pygame.locals import *
-from sprites import *
-from colors import *
-from random import *
+from sprites import Group, Text, Prisoner
+from colors import red, green, black, white
################################################################################
# The Cells