Changeset 713 for trunk/src/cells.py

Show
Ignore:
Timestamp:
02/17/10 22:45:18 (2 years ago)
Author:
apdavison
Message:

Moved standard model (cells and synapses) machinery out of the common module into its own module

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/cells.py

    r672 r713  
    2828 
    2929import numpy 
    30 from common import StandardCellType 
     30from standardmodels import StandardCellType 
    3131 
    3232class IF_curr_alpha(StandardCellType):