From d6b21a628f9bcc5bf161af4a4dfcf20c3f99fef0 Mon Sep 17 00:00:00 2001 From: Richard Taylor Date: Sat, 17 Dec 2005 21:19:41 +0000 Subject: [PATCH] fixed tiny typo svn: r5572 --- test/GrampsDbBase_Test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/GrampsDbBase_Test.py b/test/GrampsDbBase_Test.py index 4dd50e4f6..1226cc214 100644 --- a/test/GrampsDbBase_Test.py +++ b/test/GrampsDbBase_Test.py @@ -12,7 +12,7 @@ sys.path.append('../src') try: set() except NameError: - from set import Set as set + from sets import Set as set import GrampsBSDDB import RelLib