All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@git.madduck.net.
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
1 """The asyncio package, tracking PEP 3156."""
13 # This relies on each of the submodules having an __all__ variable.
14 from .base_events import *
15 from .coroutines import *
16 from .events import * # comment here
18 from .futures import *
19 from .locks import * # comment here
20 from .protocols import *
22 from ..runners import * # comment here
23 from ..queues import *
24 from ..streams import *
26 from some_library import (
27 Just, Enough, Libraries, To, Fit, In, This, Nice, Split, Which, We, No, Longer, Use
29 from name_of_a_company.extremely_long_project_name.component.ttypes import CuteLittleServiceHandlerFactoryyy
30 from name_of_a_company.extremely_long_project_name.extremely_long_component_name.ttypes import *
32 from .a.b.c.subprocess import *
34 from . import (A, B, C)
35 from . import SomeVeryLongNameAndAllOfItsAdditionalLetters1, \
36 SomeVeryLongNameAndAllOfItsAdditionalLetters2
55 """The asyncio package, tracking PEP 3156."""
59 from logging import WARNING
65 # This relies on each of the submodules having an __all__ variable.
66 from .base_events import *
67 from .coroutines import *
68 from .events import * # comment here
70 from .futures import *
71 from .locks import * # comment here
72 from .protocols import *
74 from ..runners import * # comment here
75 from ..queues import *
76 from ..streams import *
78 from some_library import (
94 from name_of_a_company.extremely_long_project_name.component.ttypes import (
95 CuteLittleServiceHandlerFactoryyy,
97 from name_of_a_company.extremely_long_project_name.extremely_long_component_name.ttypes import *
99 from .a.b.c.subprocess import *
101 from . import A, B, C
103 SomeVeryLongNameAndAllOfItsAdditionalLetters1,
104 SomeVeryLongNameAndAllOfItsAdditionalLetters2,