Commits
Zero King authored 9865322b3c1
1 - | --- pastebinit 2015-03-01 14:16:57.000000000 -0500 |
2 - | +++ pastebinit 2015-03-01 14:21:26.000000000 -0500 |
3 - | |
1 + | --- pastebinit.orig 2016-03-01 05:52:32.000000000 +0000 |
2 + | +++ pastebinit 2017-09-10 10:00:00.000000000 +0000 |
3 + | |
4 4 | from urllib.request import FancyURLopener |
5 5 | |
6 6 | # Set the default pastebin |
7 - | -defaultPB = "http://pastebin.com" |
8 - | +#defaultPB = "http://pastebin.com" // no public API |
9 - | +defaultPB = "http://paste.openstack.org" |
7 + | -defaultPB = "pastebin.com" |
8 + | +defaultPB = "paste.openstack.org" |
10 9 | |
11 10 | # Now try to override it with a distributor pastebin |
12 11 | try: |