diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-05-04 15:41:32 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-05-04 15:41:32 +0000 |
commit | 02e4de3572a5ae9370bf55b4ee4ee8a4aacf418b (patch) | |
tree | c9c818eb34cab22c2fccab9b3016ee298166efd8 | |
parent | 2c3a045176c399f9c3d93210a1cc663bb92acd3e (diff) |
h-client:removed temporary fields
-rw-r--r-- | h-client/hclient.py | 3 |
1 files changed, 2 insertions, 1 deletions
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 |