adds test for an API

This commit is contained in:
gwen
2014-01-06 14:40:29 +01:00
parent f0ecbf4914
commit 3c36e05d82
2 changed files with 11 additions and 1 deletions

View File

@ -289,7 +289,7 @@ class Property(object):
:param propnames: an iterable made of property names
:type propnames: iterable of string
"""
for propname in propname:
for propname in propnames:
self.append(propname)
def reset(self):