Remove unneeded imports from bsddb's test_dbshelve.

This commit is contained in:
Collin Winter 2007-08-28 06:07:12 +00:00
parent 115cde3531
commit 8ef94e8e88

View File

@ -2,10 +2,8 @@
TestCases for checking dbShelve objects.
"""
import sys, os, string
import os
import tempfile, random
from pprint import pprint
from types import *
import unittest
from bsddb import db, dbshelve