Changes between Version 1 and Version 2 of Examples/Brunel
- Timestamp:
- 08/31/09 17:21:23 (1 year ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Examples/Brunel
v1 v2 23 23 from pyNN.utility import get_script_args, Timer 24 24 25 simulator_name = get_script_args( __file__,1)[0]25 simulator_name = get_script_args(1)[0] 26 26 exec("from pyNN.%s import *" % simulator_name) 27 27

