bugfix: proper import bsddb exists below

This commit is contained in:
Gregory P. Smith 2003-07-09 05:29:24 +00:00
parent 14350ab006
commit df35beed40

View file

@ -4,7 +4,6 @@ regression test suite.
""" """
import sys, os, string import sys, os, string
import bsddb
import unittest import unittest
import tempfile import tempfile