Amélioration du layout de la barre de boutons.
[minwii.git] / src / minwii / widgets / cursors.py
index fa1f673..ad8f383 100755 (executable)
@@ -10,7 +10,7 @@ import pygame
 import os
 from threading import Thread
 import time
-from eventutils import EventHandlerMixin, event_handler
+from minwii.eventutils import EventHandlerMixin, event_handler
 from itertools import cycle
 
 class WarpingCursor(pygame.sprite.DirtySprite, EventHandlerMixin):