mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Use multi-line import
This commit is contained in:
parent
3294e9d2e7
commit
33ad28b68d
7 changed files with 26 additions and 26 deletions
|
@ -11,14 +11,14 @@ http://python.sourceforge.net/peps/pep-0205.html
|
|||
|
||||
import UserDict
|
||||
|
||||
from _weakref import \
|
||||
getweakrefcount, \
|
||||
getweakrefs, \
|
||||
ref, \
|
||||
proxy, \
|
||||
CallableProxyType, \
|
||||
ProxyType, \
|
||||
ReferenceType
|
||||
from _weakref import (
|
||||
getweakrefcount,
|
||||
getweakrefs,
|
||||
ref,
|
||||
proxy,
|
||||
CallableProxyType,
|
||||
ProxyType,
|
||||
ReferenceType)
|
||||
|
||||
from exceptions import ReferenceError
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue