This website requires JavaScript.
Explore
Help
Sign In
davide
/
pallectrum
Watch
1
Star
0
Fork
0
You've already forked pallectrum
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f5a8cc7076d3e9688965a3de7fb635605b10394d
pallectrum
/
electrum
/
plugins
/
labels
History
SomberNight
312f2641e7
don't use bare except
...
use "except Exception", or if really needed explicitly "except BaseException"
2023-04-24 12:58:01 +00:00
..
__init__.py
qml: initial plugin support, with labelsync mostly implemented
2022-09-08 12:19:38 +02:00
cmdline.py
…
kivy.py
…
labels.py
don't use bare except
2023-04-24 12:58:01 +00:00
Labels.qml
qml: initial plugin support, with labelsync mostly implemented
2022-09-08 12:19:38 +02:00
qml.py
qml: fix flake errors
2022-09-09 19:58:48 +02:00
qt.py
…