File indexing completed on 2024-04-28 11:20:37

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)