Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zolfa-nd2reader
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lorenzo ZOLFANELLI
zolfa-nd2reader
Commits
ee87f14b
Commit
ee87f14b
authored
4 years ago
by
Ruben Verweij
Committed by
Lorenzo ZOLFANELLI
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Test importlib import on travis
parent
38a89daa
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
nd2reader/__init__.py
+4
-4
4 additions, 4 deletions
nd2reader/__init__.py
with
4 additions
and
4 deletions
nd2reader/__init__.py
+
4
−
4
View file @
ee87f14b
...
...
@@ -2,10 +2,10 @@ from os import path
from
nd2reader.reader
import
ND2Reader
from
nd2reader.legacy
import
Nd2
try
:
import
importlib.metadata
as
importlib_metadata
except
:
import
importlib_metadata
#
try:
import
importlib.metadata
as
importlib_metadata
#
except:
#
import importlib_metadata
try
:
__version__
=
importlib_metadata
.
version
(
__name__
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment