Skip to content
Snippets Groups Projects
Commit 53c4d2ba authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Changed file name of event driver.

parent 50450511
No related branches found
No related tags found
No related merge requests found
File moved
......@@ -2,7 +2,7 @@ from OSC import OSCServer
# FIXME: don't print tracebacks in final implementation?
OSCServer.print_tracebacks = True
from ..event_driver import EventDriver
from ..driver import EventDriver
from ..events import PointDownEvent, PointMoveEvent, PointUpEvent
from ..touch_objects import TouchPoint
from ..screen import pixel_coords
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment