~pythonregexp2.7/python/issue2636-09-01+10

« back to all changes in this revision

Viewing changes to Lib/test/test_bsddb185.py

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-05-24 18:56:40 UTC
  • mfrom: (39055.1.22 Regexp-2.6)
  • Revision ID: darklord@timehorse.com-20080524185640-59vz6l1f7qgixgal
Merged in changes from the Single-Loop Engine branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
testing suite.
5
5
 
6
6
"""
7
 
from test.test_support import run_unittest, findfile
 
7
from test.test_support import run_unittest, findfile, import_module
8
8
import unittest
9
 
import bsddb185
 
9
bsddb185 = import_module('bsddb185', deprecated=True)
10
10
import anydbm
11
11
import whichdb
12
12
import os