Split record handling into modules and implement VariablesRecord.
authorW. Trevor King <wking@tremily.us>
Thu, 19 Jul 2012 12:14:04 +0000 (08:14 -0400)
committerW. Trevor King <wking@tremily.us>
Thu, 19 Jul 2012 12:14:04 +0000 (08:14 -0400)
commitd400cacfa6910a3b83414e4d8ad99e3b9b1ec465
treecd93a66a0d77b7bd17988706dc9bf86f6d6eb732
parentcf045181403b434ada6837e4d964f9b3b0f0093f
Split record handling into modules and implement VariablesRecord.
13 files changed:
igor/packed.py
igor/record/__init__.py [new file with mode: 0644]
igor/record/base.py [new file with mode: 0644]
igor/record/folder.py [new file with mode: 0644]
igor/record/gethistory.py [new file with mode: 0644]
igor/record/history.py [new file with mode: 0644]
igor/record/packedfile.py [new file with mode: 0644]
igor/record/procedure.py [new file with mode: 0644]
igor/record/recreation.py [new file with mode: 0644]
igor/record/variables.py [new file with mode: 0644]
igor/record/wave.py [new file with mode: 0644]
setup.py
test/test.py