diff options
Diffstat (limited to 'lib/extras.py')
-rw-r--r-- | lib/extras.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/extras.py b/lib/extras.py index 1d523d9..2357447 100644 --- a/lib/extras.py +++ b/lib/extras.py @@ -57,6 +57,7 @@ class DictCursor(_cursor): self._build_index() return res + class DictRow(list): """A row object that allow by-colun-name access to data.""" |