Fix idioms and a couple of py3k warnings. Patch by Florent Xicluna.

This commit is contained in:
Ezio Melotti 2010-02-02 15:57:45 +00:00
parent 0ac4d4c82d
commit 8d3f130d41
10 changed files with 45 additions and 51 deletions

View file

@ -7,8 +7,7 @@ import sys
import tempfile
import time
import unittest
from test.test_support import (requires, verbose, run_unittest, unlink, rmtree,
import_module)
from test.test_support import requires, run_unittest, import_module
# Skip test if _bsddb module was not built.
import_module('_bsddb')