switch pastebin to bpaste.net, fixes #141
This commit is contained in:
parent
d32a132b51
commit
c076f4e789
|
@ -9,7 +9,7 @@ Changese between 2.2.3 and ...
|
|||
- document integration with the extended distribute/setuptools test commands
|
||||
- fix issue 140: propperly get the real functions
|
||||
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
|
||||
----------------------------------------
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
import py, sys
|
||||
|
||||
class url:
|
||||
base = "http://paste.pocoo.org"
|
||||
base = "http://bpaste.net"
|
||||
xmlrpc = base + "/xmlrpc/"
|
||||
show = base + "/show/"
|
||||
|
||||
|
|
Loading…
Reference in New Issue