mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Clean up
This commit is contained in:
parent
d75292d33e
commit
7e2a5645d0
1 changed files with 1 additions and 3 deletions
|
|
@ -1,5 +1,3 @@
|
|||
import sys
|
||||
|
||||
import locale
|
||||
import os
|
||||
import base64
|
||||
|
|
@ -9,7 +7,7 @@
|
|||
from functools import partial
|
||||
|
||||
from test import support
|
||||
from test.support import os_helper, run_with_locale
|
||||
from test.support import os_helper
|
||||
|
||||
# TODO:
|
||||
# - Add new tests, for example for "dgettext"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue