keep track of what has moved to py3
[tests.git] / system / config_bignode.py
index 277167c..6ee9043 100644 (file)
@@ -1,11 +1,12 @@
+# -*- python3 -*-
 # Thierry Parmentelat <thierry.parmentelat@inria.fr>
-# Copyright (C) 2012 INRIA 
+# Copyright (C) 2015 INRIA 
 #
 # allow one hour for the node to install
 
 def config (plc_specs, options):
     def tweak_timers (plc_spec):
-        plc_spec['ssh_node_boot_timers'] (60, 58)
+        plc_spec['ssh_node_boot_timers']=(60, 58)
         return plc_spec
     return [tweak_timers (plc_spec) for plc_spec in plc_specs ]