From 45a8046f785d4278a54af38f1895997b70ae68fe Mon Sep 17 00:00:00 2001 From: bescoto Date: Sat, 7 Dec 2002 18:53:21 +0000 Subject: Updated tests for new CVS format git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@240 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109 --- rdiff-backup/testing/lazytest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rdiff-backup/testing/lazytest.py') diff --git a/rdiff-backup/testing/lazytest.py b/rdiff-backup/testing/lazytest.py index d7cd08a..f1949a7 100644 --- a/rdiff-backup/testing/lazytest.py +++ b/rdiff-backup/testing/lazytest.py @@ -1,7 +1,7 @@ from __future__ import generators import unittest, pickle from commontest import * -from lazy import * +from rdiff_backup.lazy import * class Iterators(unittest.TestCase): one_to_100 = lambda s: iter(range(1, 101)) -- cgit v1.2.1