summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/statistics.py
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-02-11 07:37:12 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-02-11 07:37:12 +0000
commit9613406fbab1949f66fe7858590cab990c7b4b25 (patch)
tree573a6106da5bb7ead2c4f17c45be664063d67e01 /rdiff-backup/rdiff_backup/statistics.py
parente18d568c6fdfa1a73fea01362d5bdf31aaa0d5b5 (diff)
downloadrdiff-backup-9613406fbab1949f66fe7858590cab990c7b4b25.tar.gz
First pass at integrating regress code
At this point most of the tests work, but there are still problems with the finaltest error tests on /proc, and with some selection options. The regress code is totally unchecked, and regresstest.py is unwritten. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@277 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/rdiff_backup/statistics.py')
-rw-r--r--rdiff-backup/rdiff_backup/statistics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdiff-backup/rdiff_backup/statistics.py b/rdiff-backup/rdiff_backup/statistics.py
index 068edda..f344472 100644
--- a/rdiff-backup/rdiff_backup/statistics.py
+++ b/rdiff-backup/rdiff_backup/statistics.py
@@ -20,7 +20,7 @@
"""Generate and process aggregated backup information"""
import re, os, time
-import Globals, TempFile, robust, Time, rorpiter, increment
+import Globals, robust, Time, rorpiter, increment
class StatsException(Exception): pass