mirror of
https://github.com/python/cpython.git
synced 2024-11-30 05:15:14 +08:00
Remove unneeded imports from bsddb's test_dbshelve.
This commit is contained in:
parent
115cde3531
commit
8ef94e8e88
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user