Changeset 712 for trunk/src/__init__.py

Show
Ignore:
Timestamp:
02/16/10 12:33:37 (2 years ago)
Author:
apdavison
Message:

Moved the Space class out of common into its own module

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/__init__.py

    r711 r712  
    6767 
    6868__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"] 
    7070