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