diff skaapsteker/sprites/items.py @ 551:40a104ca0a69

Tear kimono
author Neil Muller <drnlmuller@gmail.com>
date Sun, 10 Apr 2011 01:28:03 +0200
parents f36e7a885373
children c4b14a517500
line wrap: on
line diff
--- a/skaapsteker/sprites/items.py	Sun Apr 10 01:07:32 2011 +0200
+++ b/skaapsteker/sprites/items.py	Sun Apr 10 01:28:03 2011 +0200
@@ -1,13 +1,10 @@
 from .. import engine, data, sound
-from .base import Item, PC_LAYER, PROJECTILE_LAYER
+from .base import Item, PC_LAYER, PROJECTILE_LAYER, notify
 
 import time
 
 
 
-def notify(text):
-    engine.OpenNotification.post(text=text)
-
 
 class BreakableItem(Item):
     whole_image_file = None