Changeset 713 for trunk/src/synapses.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/synapses.py

    r639 r713  
    1616""" 
    1717 
    18 from common import ShortTermPlasticityMechanism, STDPWeightDependence, STDPTimingDependence 
     18from standardmodels import ShortTermPlasticityMechanism, STDPWeightDependence, STDPTimingDependence 
    1919 
    2020class TsodyksMarkramMechanism(ShortTermPlasticityMechanism):