[Python-3000-checkins] r57602 - in python/branches/py3k: Lib/bsddb/test/test_dbshelve.py

collin.winter python-3000-checkins at python.org
Tue Aug 28 08:07:12 CEST 2007


Author: collin.winter
Date: Tue Aug 28 08:07:12 2007
New Revision: 57602

Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/Lib/bsddb/test/test_dbshelve.py
Log:
Remove unneeded imports from bsddb's test_dbshelve.


Modified: python/branches/py3k/Lib/bsddb/test/test_dbshelve.py
==============================================================================
--- python/branches/py3k/Lib/bsddb/test/test_dbshelve.py	(original)
+++ python/branches/py3k/Lib/bsddb/test/test_dbshelve.py	Tue Aug 28 08:07:12 2007
@@ -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


More information about the Python-3000-checkins mailing list