+from __future__ import with_statement
+
import os, tarfile, datetime, logging, re, ConfigParser, shutil, zipfile
from django.core.cache import cache
from django.conf import settings as djsettings
import settings as selfsettings
-# Try to import the with statement
-try:
- from __future__ import with_statement
-except:
- pass
-
CACHE_KEY = "%s_exporter_state" % APP_URL
EXPORT_STEPS = []