summaryrefslogtreecommitdiffstats
path: root/tools/export.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/export.py')
-rwxr-xr-xtools/export.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/export.py b/tools/export.py
index d32ad3a60..e28b8a6e0 100755
--- a/tools/export.py
+++ b/tools/export.py
@@ -4,11 +4,13 @@
First attempt to make our export script more portable than export.sh
"""
-from email.Utils import formatdate
import fileinput
from subprocess import Popen, PIPE
import sys
+# Compatibility import
+from py3kcompat import formatdate
+
pkgname = 'bcfg2'
ftphost = 'terra.mcs.anl.gov'
ftpdir = '/mcs/ftp/pub/bcfg'