From 5bcba36219f8b6da52e64fb1f34bcd91dacd5c97 Mon Sep 17 00:00:00 2001 From: dirk Date: Thu, 24 Feb 2011 10:47:37 -0300 Subject: [PATCH] Commented out commands.py so that play eclipsify works --- oauthclient/commands.py | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/oauthclient/commands.py b/oauthclient/commands.py index fa2e064..81ac479 100644 --- a/oauthclient/commands.py +++ b/oauthclient/commands.py @@ -2,14 +2,14 @@ # Example below: # ~~~~ -if play_command == 'hello': - try: - print "~ Hello" - sys.exit(0) - - except getopt.GetoptError, err: - print "~ %s" % str(err) - print "~ " - sys.exit(-1) - - sys.exit(0) \ No newline at end of file +#if play_command == 'hello': +# try: +# print "~ Hello" +# sys.exit(0) +# +# except getopt.GetoptError, err: +# print "~ %s" % str(err) +# print "~ " +# sys.exit(-1) +# +# sys.exit(0) \ No newline at end of file