Skip to content

Commit 79cc953

Browse files
authored
Update comments in direct.py
Clarify the reasoning of the dance surrounding `_direct`. Signed-off-by: jkyeung <gallium.arsenide@gmail.com>
1 parent caf2365 commit 79cc953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/itoolkit/transport/direct.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
from .base import XmlServiceTransport
44
try:
55
from . import _direct
6+
# Guard against the dummy version of _direct (for non-PASE builds)
67
_available = hasattr(_direct, '_xmlservice')
78
except ImportError:
8-
# For Sphinx build
99
_available = False
1010

1111
__all__ = [

0 commit comments

Comments
 (0)