changeset 848:98d1fff734e6 pyntnclick

Drop unneeded pygame.cursors import
author Neil Muller <neil@dip.sun.ac.za>
date Sun, 15 Dec 2013 11:41:27 +0200
parents 50706ff2309a
children 547021cd0afa
files pyntnclick/cursor.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pyntnclick/cursor.py	Wed Jan 30 18:00:05 2013 +0200
+++ b/pyntnclick/cursor.py	Sun Dec 15 11:41:27 2013 +0200
@@ -5,7 +5,6 @@
 from pygame.sprite import Sprite, RenderUpdates
 import pygame
 import pygame.color
-import pygame.cursors
 import pygame.mouse
 
 from pyntnclick.engine import Screen