summaryrefslogtreecommitdiff
path: root/rdiff-backup/testing/iterfiletest.py
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-12-07 18:53:21 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-12-07 18:53:21 +0000
commit45a8046f785d4278a54af38f1895997b70ae68fe (patch)
treee0958cb379fc02ce24a7ca5109046856ee2ea073 /rdiff-backup/testing/iterfiletest.py
parent286f43872547c97f0b178b579546c111c6f3df99 (diff)
downloadrdiff-backup-45a8046f785d4278a54af38f1895997b70ae68fe.tar.gz
Updated tests for new CVS format
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@240 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/testing/iterfiletest.py')
-rw-r--r--rdiff-backup/testing/iterfiletest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdiff-backup/testing/iterfiletest.py b/rdiff-backup/testing/iterfiletest.py
index 62f622a..2d9fa58 100644
--- a/rdiff-backup/testing/iterfiletest.py
+++ b/rdiff-backup/testing/iterfiletest.py
@@ -1,6 +1,6 @@
import unittest, StringIO
from commontest import *
-from iterfile import *
+from rdiff_backup.iterfile import *
class testIterFile(unittest.TestCase):