]> granicus.if.org Git - python/commitdiff
Remove unneeded imports from bsddb's test_dbshelve.
authorCollin Winter <collinw@gmail.com>
Tue, 28 Aug 2007 06:07:12 +0000 (06:07 +0000)
committerCollin Winter <collinw@gmail.com>
Tue, 28 Aug 2007 06:07:12 +0000 (06:07 +0000)
Lib/bsddb/test/test_dbshelve.py

index 3747dce4f679ab877867ee6cd288c985773d55e6..9c620439ed33ce10594c3bb56f83e63914342633 100644 (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