diff --git a/tablib/core.py b/tablib/core.py index 8b5d31f..816e0e1 100644 --- a/tablib/core.py +++ b/tablib/core.py @@ -21,6 +21,7 @@ __author__ = 'Kenneth Reitz' __license__ = 'MIT' __copyright__ = 'Copyright 2010 Kenneth Reitz' + class Row(object): """Internal Row object. Mainly used for filtering."""