projects
/
igor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55a8cfc
)
fix record.base
author
W. Trevor King
<wking@tremily.us>
Thu, 19 Jul 2012 14:49:40 +0000
(10:49 -0400)
committer
W. Trevor King
<wking@tremily.us>
Thu, 19 Jul 2012 14:51:02 +0000
(10:51 -0400)
igor/record/base.py
patch
|
blob
|
history
diff --git
a/igor/record/base.py
b/igor/record/base.py
index 53abe24392fba1d9221cae43134b86e866028dca..f173d209f33fa7f8e1c1e26ab3b73a921a549b72 100644
(file)
--- a/
igor/record/base.py
+++ b/
igor/record/base.py
@@
-24,11
+24,6
@@
class UnusedRecord (Record):
pass
-# Copyright
-
-from .base import Record
-
-
class TextRecord (Record):
def __init__(self, *args, **kwargs):
super(TextRecord, self).__init__(*args, **kwargs)