File indexing completed on 2023-05-30 09:03:13
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)