ソースを参照

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')