mirror of
https://github.com/python/cpython.git
synced 2025-09-01 06:28:36 +00:00
Remove unneeded imports from bsddb's test_dbshelve.
This commit is contained in:
parent
115cde3531
commit
8ef94e8e88
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue