Skip to content

Commit

Permalink
restore doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed May 4, 2013
1 parent 049b22f commit 51402b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Record/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@


class Record(object):
"""Simple Record Types"""

__record_schema__ = None
__slots__ = ('_data', '_schema')
Expand Down

0 comments on commit 51402b8

Please sign in to comment.