Commit 8be39dbd authored by Collin Winter's avatar Collin Winter

Remove unneeded imports from bsddb's test_dbshelve.

parent a06cce64
...@@ -2,10 +2,8 @@ ...@@ -2,10 +2,8 @@
TestCases for checking dbShelve objects. TestCases for checking dbShelve objects.
""" """
import sys, os, string import os
import tempfile, random import tempfile, random
from pprint import pprint
from types import *
import unittest import unittest
from bsddb import db, dbshelve from bsddb import db, dbshelve
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment