fixed tiny typo

svn: r5572
This commit is contained in:
Richard Taylor 2005-12-17 21:19:41 +00:00
parent a2a230411a
commit e89b8cda46

View File

@ -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