mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
no 2.3 compat in the py3k lib #3676
This commit is contained in:
parent
b7851694e0
commit
821d0f8b1f
3 changed files with 1 additions and 11 deletions
|
@ -1,8 +1,5 @@
|
|||
"""Utilities to support packages."""
|
||||
|
||||
# NOTE: This module must remain compatible with Python 2.3, as it is shared
|
||||
# by setuptools for distribution with Python 2.3 and up.
|
||||
|
||||
import os
|
||||
import sys
|
||||
import imp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue