[asterisk-commits] dlee: branch dlee/stasis-http r384946 - /team/dlee/stasis-http/cog/odict.py
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Apr 8 11:06:21 CDT 2013
Author: dlee
Date: Mon Apr 8 11:06:18 2013
New Revision: 384946
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=384946
Log:
Noted the MIT license for odict
Modified:
team/dlee/stasis-http/cog/odict.py
Modified: team/dlee/stasis-http/cog/odict.py
URL: http://svnview.digium.com/svn/asterisk/team/dlee/stasis-http/cog/odict.py?view=diff&rev=384946&r1=384945&r2=384946
==============================================================================
--- team/dlee/stasis-http/cog/odict.py (original)
+++ team/dlee/stasis-http/cog/odict.py Mon Apr 8 11:06:18 2013
@@ -1,4 +1,5 @@
# Downloaded from http://code.activestate.com/recipes/576693/
+# Licensed under the MIT License
# 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.
More information about the asterisk-commits
mailing list