Skip to content

Commit

Permalink
Modify the third-party lodgeitlib a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
robcowie committed Sep 26, 2011
1 parent d6ab5ef commit 896f9c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/vendor/lodgeitlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,9 +369,9 @@ def new_paste(self, code, language, parent=None, filename='',


#: An instance of :class:`Lodgeit` for http://paste.pocoo.org.
pocoo_pastebin = lodgeit = Lodgeit('http://paste.pocoo.org')
# pocoo_pastebin = lodgeit = Lodgeit('http://paste.pocoo.org')
#: An instance of :class:`Lodgeit` for http://bpaste.net
bpaste_pastebin = Lodgeit('http://bpaste.net')
# bpaste_pastebin = Lodgeit('http://bpaste.net')

#: a list of :class:`Lodgeit` objects for all known lodgeit pastebins
PASTEBINS = [pocoo_pastebin, bpaste_pastebin]
# PASTEBINS = [pocoo_pastebin, bpaste_pastebin]

0 comments on commit 896f9c3

Please sign in to comment.