summaryrefslogtreecommitdiff
path: root/rdiff-backup/testing/selectiontest.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/selectiontest.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/selectiontest.py')
-rw-r--r--rdiff-backup/testing/selectiontest.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/rdiff-backup/testing/selectiontest.py b/rdiff-backup/testing/selectiontest.py
index 7d998cd..19c3ff8 100644
--- a/rdiff-backup/testing/selectiontest.py
+++ b/rdiff-backup/testing/selectiontest.py
@@ -1,9 +1,9 @@
from __future__ import generators
import re, StringIO, unittest
from commontest import *
-from selection import *
-from destructive_stepping import *
-import Globals
+from rdiff_backup.selection import *
+from rdiff_backup.destructive_stepping import *
+from rdiff_backup import Globals
class MatchingTest(unittest.TestCase):