summaryrefslogtreecommitdiff
path: root/rdiff-backup/src/header.py
diff options
context:
space:
mode:
Diffstat (limited to 'rdiff-backup/src/header.py')
-rw-r--r--rdiff-backup/src/header.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rdiff-backup/src/header.py b/rdiff-backup/src/header.py
index 81cbaff..38d45c8 100644
--- a/rdiff-backup/src/header.py
+++ b/rdiff-backup/src/header.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
#
# rdiff-backup -- Mirror files while keeping incremental changes
-# Version 0.7.2 released April 11, 2002
+# Version 0.7.3 released April 29, 2002
# Copyright (C) 2001, 2002 Ben Escoto <bescoto@stanford.edu>
#
# This program is licensed under the GNU General Public License (GPL).
@@ -14,6 +14,6 @@
# bugs or have any suggestions.
from __future__ import nested_scopes, generators
-import os, stat, time, sys, getopt, re, cPickle, types, shutil, sha, marshal, traceback, popen2, tempfile, gzip
+import os, stat, time, sys, getopt, re, cPickle, types, shutil, sha, marshal, traceback, popen2, tempfile, gzip, UserList