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."""
10 # This relies on each of the submodules having an __all__ variable.
11 from .base_events import *
12 from .coroutines import *
13 from .events import * # comment here
15 from .futures import *
16 from .locks import * # comment here
17 from .protocols import *
19 from ..runners import * # comment here
20 from ..queues import *
21 from ..streams import *
23 from some_library import (
24 Just, Enough, Libraries, To, Fit, In, This, Nice, Split, Which, We, No, Longer, Use
26 from name_of_a_company.extremely_long_project_name.component.ttypes import CuteLittleServiceHandlerFactoryyy
27 from name_of_a_company.extremely_long_project_name.extremely_long_component_name.ttypes import *
29 from .a.b.c.subprocess import *
31 from . import (A, B, C)
32 from . import SomeVeryLongNameAndAllOfItsAdditionalLetters1, \
33 SomeVeryLongNameAndAllOfItsAdditionalLetters2
52 """The asyncio package, tracking PEP 3156."""
56 from logging import ERROR
59 # This relies on each of the submodules having an __all__ variable.
60 from .base_events import *
61 from .coroutines import *
62 from .events import * # comment here
64 from .futures import *
65 from .locks import * # comment here
66 from .protocols import *
68 from ..runners import * # comment here
69 from ..queues import *
70 from ..streams import *
72 from some_library import (
88 from name_of_a_company.extremely_long_project_name.component.ttypes import (
89 CuteLittleServiceHandlerFactoryyy,
91 from name_of_a_company.extremely_long_project_name.extremely_long_component_name.ttypes import *
93 from .a.b.c.subprocess import *
97 SomeVeryLongNameAndAllOfItsAdditionalLetters1,
98 SomeVeryLongNameAndAllOfItsAdditionalLetters2,