We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ef0436 commit 045e7deCopy full SHA for 045e7de
xrdpattern/parsing/xylib/xylib_repr.py
@@ -7,14 +7,15 @@
7
8
try:
9
import xylib
10
+ __version__ = xylib.xylib_get_version()
11
except ImportError:
12
import warnings
13
warnings.warn("""xylib is not installed. Setting xylib module to None.
14
This will result in errors when using this module.
15
Please install xylib to use this module.""")
16
xylib = None
17
-__version__ = xylib.xylib_get_version()
18
+
19
20
import re
21
from dataclasses import dataclass
0 commit comments