summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-04-07 23:27:00 +0300
committerAlon Levy <alevy@redhat.com>2011-04-07 23:27:00 +0300
commitd447f85bfe1ce22ab87242334f3ba18ed345e833 (patch)
tree81cddc6a481300ee11ae13de833c9ca50226d327
parente367c44eda33d3144eb2ccdadb76effba213ac79 (diff)
fix typo
-rw-r--r--main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index a8c54c7..911679d 100644
--- a/main.py
+++ b/main.py
@@ -9,6 +9,6 @@ o.add_option('-h')
d, rest = o.parse_args(sys.argv[1:])
client = client(host=d.h, port=d.p)
-if __name __ == '__main__':
+if __name__ == '__main__':
client.run()