Warning, file /education/cantor/src/backends/python/variables_loader.py was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 import shelve
0002 shelvePythonBackend = shelve.open('%1')
0003 for keyPythonBackend in shelvePythonBackend:
0004   globals()[keyPythonBackend] = shelvePythonBackend[keyPythonBackend]
0005 
0006 shelvePythonBackend.close()
0007 del(shelve)
0008 del(shelvePythonBackend)
0009 del(keyPythonBackend)