File tree 2 files changed +9
-6
lines changed
2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -271,11 +271,11 @@ appreciated on MacOS.
271
271
[ black-link ] : https://github.com/psf/black
272
272
273
273
274
- [ documentation ] : https://pyrekordbox.readthedocs.io/en/latest
275
- [ db6-doc ] : https://pyrekordbox.readthedocs.io/en/latest/formats/db6
276
- [ anlz-doc ] : https://pyrekordbox.readthedocs.io/en/latest/formats/anlz
277
- [ xml-doc ] : https://pyrekordbox.readthedocs.io/en/latest/formats/xml
278
- [ mysettings-doc ] : https://pyrekordbox.readthedocs.io/en/latest/formats/mysetting
274
+ [ documentation ] : https://pyrekordbox.readthedocs.io/en/latest/
275
+ [ db6-doc ] : https://pyrekordbox.readthedocs.io/en/latest/formats/db6.html
276
+ [ anlz-doc ] : https://pyrekordbox.readthedocs.io/en/latest/formats/anlz.html
277
+ [ xml-doc ] : https://pyrekordbox.readthedocs.io/en/latest/formats/xml.html
278
+ [ mysettings-doc ] : https://pyrekordbox.readthedocs.io/en/latest/formats/mysetting.html
279
279
280
280
[ repo ] : https://github.com/dylanljones/rekordtools
281
281
[ sqlcipher ] : https://www.zetetic.net/sqlcipher/open-source/
Original file line number Diff line number Diff line change 18
18
)
19
19
from .database import Rekordbox6Database
20
20
21
- from ._version import version as __version__
21
+ try :
22
+ from ._version import version as __version__
23
+ except ImportError :
24
+ __version__ = "unknown"
You can’t perform that action at this time.
0 commit comments