X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2Fconfig_default.py;h=d4d095ec191394779543975a1b5ffaa5f87c218a;hb=be07c0f4ab91523bd8781c10e0e9cfc53974f07a;hp=ea51da686501cc8f0f514704726dde957bd06d10;hpb=ff1fa20416428477d21e053296517839081e316f;p=tests.git diff --git a/system/config_default.py b/system/config_default.py index ea51da6..d4d095e 100644 --- a/system/config_default.py +++ b/system/config_default.py @@ -619,7 +619,7 @@ def config (plc_specs, options): return result ### for creating a sample config interactively -def sample_test_plc (): +def sample_test_plc_spec (): class Void: pass options = Void() @@ -629,7 +629,7 @@ def sample_test_plc (): return config([], options)[0] if __name__ == '__main__': - s = sample_test_plc() + s = sample_test_plc_spec() print 'Sample plc_spec has the following keys' for k in sorted(s.keys()): print k