diff pyntnclick/cursor.py @ 551:38fb04728ac5 pyntnclick

Rearrange import.
author Jeremy Thurgood <firxen@gmail.com>
date Sat, 11 Feb 2012 13:24:00 +0200
parents ded4324b236e
children 1b1ab71535bd
line wrap: on
line diff
--- a/pyntnclick/cursor.py	Sat Feb 11 13:22:21 2012 +0200
+++ b/pyntnclick/cursor.py	Sat Feb 11 13:24:00 2012 +0200
@@ -11,7 +11,7 @@
 import pygame.cursors
 import pygame.mouse
 
-from gamelib.constants import SCENE_SIZE
+from pyntnclick.constants import SCENE_SIZE
 
 
 class CursorSprite(Sprite):