Changes between Version 1 and Version 2 of Examples/Brunel

Show
Ignore:
Author:
apdavison (IP: 157.136.60.154)
Timestamp:
08/31/09 17:21:23 (1 year ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Examples/Brunel

    v1 v2  
    2323from pyNN.utility import get_script_args, Timer 
    2424 
    25 simulator_name = get_script_args(__file__, 1)[0]   
     25simulator_name = get_script_args(1)[0]   
    2626exec("from pyNN.%s import *" % simulator_name) 
    2727