Trying to avoid doctest

This commit is contained in:
Bruno Tavares 2013-11-25 23:01:34 +00:00
parent 94b4dd762b
commit 7f92a4ec20

View file

@ -533,7 +533,7 @@ class Entity(object):
This would allow you to do:
>>> for i in m.eav: print i
\>\>\> for i in m.eav: print i
'''
return iter(self.get_values())