This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
zolfa-nd2reader
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Test importlib import on travis
upstream/backport/20220103
Ruben Verweij
4 years ago
committed by
Lorenzo ZOLFANELLI
parent
ee87f14bcc
commit
270e42e5bb
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
nd2reader/__init__.py
+ 1
- 1
nd2reader/__init__.py
View File
@ -10,4 +10,4 @@ import importlib.metadata as importlib_metadata
try
:
__version__
=
importlib_metadata
.
version
(
__name__
)
except
:
print
(
'
Unable to read version number
'
)
raise
ValueError
(
'
Unable to read version number
'
)
Write
Preview
Loading…
Cancel
Save