Skip to content
Snippets Groups Projects
Commit 8baaa574 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Remove unknown-version-guard, it's not needed

parent 82373a23
No related branches found
No related tags found
No related merge requests found
Pipeline #9161 passed
from pkg_resources import get_distribution, DistributionNotFound from pkg_resources import get_distribution, DistributionNotFound
try: version = get_distribution(__name__).version
version = get_distribution(__name__).version
except DistributionNotFound:
version = "unknown version"
from .offline import OfflineReader from .offline import OfflineReader
from .daq import DAQReader from .daq import DAQReader
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment