We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caf2365 commit 79cc953Copy full SHA for 79cc953
1 file changed
src/itoolkit/transport/direct.py
@@ -3,9 +3,9 @@
3
from .base import XmlServiceTransport
4
try:
5
from . import _direct
6
+ # Guard against the dummy version of _direct (for non-PASE builds)
7
_available = hasattr(_direct, '_xmlservice')
8
except ImportError:
- # For Sphinx build
9
_available = False
10
11
__all__ = [
0 commit comments