summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/bsddb')
-rw-r--r--Lib/bsddb/test/test_dbshelve.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/Lib/bsddb/test/test_dbshelve.py b/Lib/bsddb/test/test_dbshelve.py
index 3747dce..9c62043 100644
--- a/Lib/bsddb/test/test_dbshelve.py
+++ b/Lib/bsddb/test/test_dbshelve.py
@@ -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