This commit is contained in:
Tomeu Vizoso
2007-07-24 11:14:52 +02:00
parent eeb1f2e66f
commit b886121c10
+2 -2
View File
@@ -209,8 +209,8 @@ class Shell(gobject.GObject):
jobject.file_path = file_path jobject.file_path = file_path
datastore.write(jobject) datastore.write(jobject)
finally: finally:
datastore.destroy() jobject.destroy()
del datastore del jobject
finally: finally:
os.remove(file_path) os.remove(file_path)