summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
authorAli Sabil <ali.sabil@gmail.com>2007-05-17 19:12:29 +0200
committerAli Sabil <ali.sabil@gmail.com>2007-05-17 19:12:29 +0200
commitb2f4ebb9c1f87c16c2d8b27f5aeda68710467005 (patch)
tree965fcb5e4507d1afb7a7bbce0cdf6f6284554d3e /test.py
parentebc2c89bbcd77db9aef7c48638405066d4627a53 (diff)
- Changed the Event notification API.
Diffstat (limited to 'test.py')
-rw-r--r--test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test.py b/test.py
index 3cd35c8..8355c4b 100644
--- a/test.py
+++ b/test.py
@@ -59,7 +59,7 @@ def main():
import sys
import getpass
import signal
-
+
if "--http" in sys.argv:
http_mode = True
sys.argv.remove('--http')
@@ -70,7 +70,7 @@ def main():
account = raw_input('Account: ')
else:
account = sys.argv[1]
-
+
if len(sys.argv) < 3:
passwd = getpass.getpass('Password: ')
else: