diff options
author | bescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109> | 2002-12-07 18:53:21 +0000 |
---|---|---|
committer | bescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109> | 2002-12-07 18:53:21 +0000 |
commit | 45a8046f785d4278a54af38f1895997b70ae68fe (patch) | |
tree | e0958cb379fc02ce24a7ca5109046856ee2ea073 /rdiff-backup/testing/lazytest.py | |
parent | 286f43872547c97f0b178b579546c111c6f3df99 (diff) | |
download | rdiff-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/lazytest.py')
-rw-r--r-- | rdiff-backup/testing/lazytest.py | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |