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 _______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
