Changeset 171
- Timestamp:
- 08/01/07 02:06:51 (6 years ago)
- Location:
- elixir/trunk
- Files:
-
- 1 modified
- 1 moved
-
elixir/events.py (moved) (moved from elixir/trunk/elixir/ext/events.py)
-
tests/test_events.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
elixir/trunk/tests/test_events.py
r170 r171 1 1 from elixir import * 2 from elixir.e xt.events import *2 from elixir.events import * 3 3 4 4
