Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/game/BoyHall.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/BoyHall.py')
-rw-r--r--src/game/BoyHall.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/BoyHall.py b/src/game/BoyHall.py
index 917dcaa..1b672ad 100644
--- a/src/game/BoyHall.py
+++ b/src/game/BoyHall.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
import pygame
-from api.Sprite2 import CSprite
+from api.Sprite import CSprite
import api.Image as Image
from api.Anim import CAnim
from api.Mouse import CMouse
@@ -151,4 +151,4 @@ class CBoyHall(CSprite):
def getState(self):
return self.mState
- \ No newline at end of file
+