Changeset 711 for trunk/src/__init__.py

Show
Ignore:
Timestamp:
02/16/10 10:59:22 (2 years ago)
Author:
apdavison
Message:

Moved Error classes out of common into an errors module (see ticket:157)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/__init__.py

    r706 r711  
    6666""" 
    6767 
    68 __version__ = '0.6.0pre ( $Rev$)'.replace(' $','') 
    69 __all__ = ["common", "random", "nest", "neuron", "pcsim", "brian", "recording"] 
     68__version__ = '0.7pre ( $Rev$)'.replace(' $','') 
     69__all__ = ["common", "random", "nest", "neuron", "pcsim", "brian", "recording", "errors"] 
    7070