From eaed0e48c282041ffb80990c978672817787ec12 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 17 Nov 2010 19:50:05 -0500 Subject: [PATCH] Formating. --- tablib/core.py | 1 + 1 file changed, 1 insertion(+) 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."""