Changeset 712 for trunk/src/__init__.py
- Timestamp:
- 02/16/10 12:33:37 (2 years ago)
- Files:
-
- 1 modified
-
trunk/src/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/__init__.py
r711 r712 67 67 68 68 __version__ = '0.7pre ( $Rev$)'.replace(' $','') 69 __all__ = ["common", "random", "nest", "neuron", "pcsim", "brian", "recording", "errors" ]69 __all__ = ["common", "random", "nest", "neuron", "pcsim", "brian", "recording", "errors", "space"] 70 70
