瀏覽代碼

All events can now be imported from the module directly.

Taddeus Kroes 14 年之前
父節點
當前提交
55071adc02
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      src/__init__.py

+ 1 - 3
src/__init__.py

@@ -1,4 +1,2 @@
-from events import TapEvent, FlickEvent
+from events import *
 from touch import MultiTouchListener
-
-__all__ = ('MultiTouchListener', 'TapEvent', 'FlickEvent')