mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Fix idioms and a couple of py3k warnings. Patch by Florent Xicluna.
This commit is contained in:
parent
0ac4d4c82d
commit
8d3f130d41
10 changed files with 45 additions and 51 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue