Skip to content

Commit

Permalink
Oops copyright header nuke was too aggressive.
Browse files Browse the repository at this point in the history
  • Loading branch information
shazow committed Jul 3, 2014
1 parent eeff49d commit ddfaad5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions urllib3/packages/ordered_dict.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Backport of OrderedDict() class that runs on Python 2.4, 2.5, 2.6, 2.7 and pypy.
# Passes Python2.7's test suite and incorporates all the latest updates.
# Copyright 2009 Raymond Hettinger, released under the MIT License.
# http://code.activestate.com/recipes/576693/
try:
from thread import get_ident as _get_ident
except ImportError:
from dummy_thread import get_ident as _get_ident
Expand Down

0 comments on commit ddfaad5

Please sign in to comment.