Kaydet (Commit) 8ef94e8e authored tarafından Collin Winter's avatar Collin Winter

Remove unneeded imports from bsddb's test_dbshelve.

üst 115cde35
...@@ -2,10 +2,8 @@ ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment