Browse Source

Hopefully fix Python 2 import error

master
Ruben Verweij 7 years ago
parent
commit
63a286d167
3 changed files with 4 additions and 4 deletions
  1. +1
    -1
      nd2reader/__init__.py
  2. +1
    -1
      nd2reader/parser.py
  3. +2
    -2
      nd2reader/reader.py

+ 1
- 1
nd2reader/__init__.py View File

@ -1,3 +1,3 @@
from nd2reader.nd2reader import ND2Reader
from nd2reader.reader import ND2Reader
__version__ = '2.1.3'

nd2reader/nd2parser.py → nd2reader/parser.py View File


nd2reader/nd2reader.py → nd2reader/reader.py View File


Loading…
Cancel
Save