Skip to content

Commit

Permalink
Remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
inacionery authored and brianchandotcom committed Jan 5, 2021
1 parent 6246cea commit 757696a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions git-pull-request/git-pull-request.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 757696a

Please sign in to comment.