Ejemplo n.º 1
0
 def test_iterator(self):
     doc = Document()
     doc.bundles = ['a','b','c']
     for bundle in doc:
         print bundle