Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/game/Area1Game6.py
diff options
context:
space:
mode:
authorAlan Aguiar <alanjas@hotmail.com>2014-02-24 05:20:20 (GMT)
committer Alan Aguiar <alanjas@hotmail.com>2014-02-24 05:20:20 (GMT)
commitc3e34e04961f09a2b9d951b12d102710e122a2de (patch)
treef2b7a68052acec16d977c0f87049b032bc498a95 /src/game/Area1Game6.py
parent6748849eeb22b19010176cb9415d17bbea6e0448 (diff)
fix import name to Sprite
Diffstat (limited to 'src/game/Area1Game6.py')
-rw-r--r--src/game/Area1Game6.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Area1Game6.py b/src/game/Area1Game6.py
index 110f0d5..b399b33 100644
--- a/src/game/Area1Game6.py
+++ b/src/game/Area1Game6.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
import pygame
-from api.Sprite2 import CSprite
+from api.Sprite import CSprite
from api.Points import CPoints
from api.MultiLabel import CMultiLabel
from api.Mouse import CMouse