mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 15:00:19 +00:00
fixes issue #38: python 2.5 support
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
""" Tablib - General Helpers.
|
||||
"""
|
||||
from __future__ import with_statement
|
||||
|
||||
import sys
|
||||
|
||||
|
||||
Reference in New Issue
Block a user