X Tutup
Skip to content

Commit 219e8bf

Browse files
committed
Changed default pastebin to bpaste
1 parent ce214d2 commit 219e8bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1107,7 +1107,7 @@ def write2file(self):
11071107
def pastebin(self):
11081108
"""Upload to a pastebin and display the URL in the status bar."""
11091109

1110-
pasteservice_url = 'http://paste.pocoo.org/'
1110+
pasteservice_url = 'http://bpaste.net/'
11111111
pasteservice = ServerProxy(urljoin(pasteservice_url, '/xmlrpc/'))
11121112

11131113
s = self.getstdout()

0 commit comments

Comments
 (0)
X Tutup