Merge branch 'master' of ssh.github.com:cortesi/netlib

This commit is contained in:
Aldo Cortesi 2013-01-03 14:05:33 +13:00
commit bb317051a4

View File

@ -22,6 +22,9 @@ class ODict:
def __eq__(self, other):
return self.lst == other.lst
def __iter__(self):
return self.lst.__iter__()
def __getitem__(self, k):
"""
Returns a list of values matching key.