Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
gka committed May 21, 2012
1 parent 761554d commit 42faebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sketch/__init__.py
@@ -1,5 +1,5 @@

from sketch2 import draw, setup, mouseClicked, mousePressed, mouseReleased, mouseMoved, mouseDragged
from sketch import draw, setup, mouseClicked, mousePressed, mouseReleased, mouseMoved, mouseDragged
from p9 import p9_set_instance, p9_register_mouse_event, p9_update_env

__all__ = ['draw', 'setup', 'mouseClicked', 'mousePressed', 'mouseMoved', 'mouseDragged', 'mouseReleased', 'p9_update_env', 'p9_set_instance', 'p9_register_mouse_event']

0 comments on commit 42faebc

Please sign in to comment.