diff --git a/git-pull-request/git-pull-request.py b/git-pull-request/git-pull-request.py index aeb44dc7a9..714ca5f265 100755 --- a/git-pull-request/git-pull-request.py +++ b/git-pull-request/git-pull-request.py @@ -121,24 +121,12 @@ import urlparse import webbrowser -# import isodate -# from datetime import date - from string import Template from textwrap import fill UTF8Writer = codecs.getwriter("utf8") sys.stdout = UTF8Writer(sys.stdout) -# Connecting through a proxy, -# requires: socks.py from http://socksipy.sourceforge.net/ next to this file - -# import socket -# import socks - -# socks.setdefaultproxy(socks.PROXY_TYPE_SOCKS5, "localhost", 8181) -# socket.socket = socks.socksocket - options = { "debug-mode": False, # Color Scheme