Skip to content

Commit

Permalink
Restructured Project lib package for better modularity.
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Feb 1, 2017
1 parent af38b8c commit 334dfe9
Show file tree
Hide file tree
Showing 13 changed files with 524 additions and 472 deletions.
5 changes: 2 additions & 3 deletions src/Tests/TemplatesTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,11 @@ def TagTest():
Tag1 = Tag('Hello_World', CommonType.BOOL)
Tag2 = Tag('SomeOtherTag', CommonType.SINT)

root.append(Tag1.getLocalRoot())
root.append(Tag2.getLocalRoot())
Tag1.setParent(root)
Tag2.setParent(root)

print etree.tostring(root, pretty_print = True)


if __name__ == '__main__':
MemberTest()
DatatypeTest()
Expand Down
Loading

0 comments on commit 334dfe9

Please sign in to comment.