switch pastebin to bpaste.net, fixes #141

This commit is contained in:
Ronny Pfannschmidt 2012-05-08 16:13:25 +02:00
parent d32a132b51
commit c076f4e789
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ Changese between 2.2.3 and ...
- document integration with the extended distribute/setuptools test commands - document integration with the extended distribute/setuptools test commands
- fix issue 140: propperly get the real functions - fix issue 140: propperly get the real functions
of bound classmethods for setup/teardown_class of bound classmethods for setup/teardown_class
- fix issue #141: switch from the deceased paste.pocoo.org to bpaste.net
Changes between 2.2.2 and 2.2.3 Changes between 2.2.2 and 2.2.3
---------------------------------------- ----------------------------------------

View File

@ -2,7 +2,7 @@
import py, sys import py, sys
class url: class url:
base = "http://paste.pocoo.org" base = "http://bpaste.net"
xmlrpc = base + "/xmlrpc/" xmlrpc = base + "/xmlrpc/"
show = base + "/show/" show = base + "/show/"