Skip to content

Commit

Permalink
Replace spaces by tab
Browse files Browse the repository at this point in the history
  • Loading branch information
stgraber committed Dec 29, 2008
1 parent 42b7c8a commit c9e6e6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pastebinit
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ try:

# Custom urlopener to handle 401's
class pasteURLopener(urllib.FancyURLopener):
def http_error_401(self, url, fp, errcode, errmsg, headers, data=None):
return None
def http_error_401(self, url, fp, errcode, errmsg, headers, data=None):
return None

# pastey.net obfuscates parent ids for replies. Rather than taking the
# post ID given as the parent ID, we must handle this by going to that
Expand Down

0 comments on commit c9e6e6f

Please sign in to comment.