From 1bf47e4cf6bea3fcda927457540633af8216d3c6 Mon Sep 17 00:00:00 2001 From: Alan Aguiar Date: Thu, 22 Aug 2013 04:56:18 +0000 Subject: remove unused imports --- (limited to 'src/game/HallState.py') diff --git a/src/game/HallState.py b/src/game/HallState.py index c7448f7..81c606f 100644 --- a/src/game/HallState.py +++ b/src/game/HallState.py @@ -1,31 +1,17 @@ # -*- coding: utf-8 -*- +import pygame import MenuState -from MenuState import * -import api.GameState from api.GameState import CGameState -import api.MultiLabel -from api.MultiLabel import CMultiLabel -import api.Game from api.Game import CGame -import api.Button from api.Button import CButton import api.Image as CImage from api.Sprite2 import CSprite - import api.Image as Image - -from api.Mouse import * - +from api.Mouse import CMouse import api.Math as CMath - -import Area1Game1 -from Area1Game1 import * - -import BoyHall -from BoyHall import * - -import pygame +from BoyHall import CBoyHall +from Area1Game1 import CArea1Game1 class CHallState(CGameState): -- cgit v0.9.1