From 02e4de3572a5ae9370bf55b4ee4ee8a4aacf418b Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Wed, 4 May 2011 15:41:32 +0000 Subject: h-client:removed temporary fields --- h-client/hclient.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'h-client') diff --git a/h-client/hclient.py b/h-client/hclient.py index 17a1bb7..1e64f16 100644 --- a/h-client/hclient.py +++ b/h-client/hclient.py @@ -635,7 +635,8 @@ class hclient: def delete_event(self, widget, event, data=None): self.client.logout() - os.system('rm -f tmp/cookie') + os.system('rm -f tmp/cookies.txt') + os.system('rm -f tmp/temp') gtk.main_quit() return False -- cgit v1.2.3