Browse Source

Fix linter error introduced with fbeab3ab32

master
Kristaps Kaupe 4 years ago
parent
commit
9834d73605
No known key found for this signature in database
GPG Key ID: 33E472FE870C7E5D
  1. 4
      jmqtui/setup.py

4
jmqtui/setup.py

@ -1,5 +1,4 @@
from setuptools import setup
import os
setup(name='joinmarketui',
version='0.9.5dev',
@ -16,4 +15,5 @@ setup(name='joinmarketui',
# The following command should be executed whenever `open_wallet_dialog.ui` is updated.
# We have commented out this command so that we wouldn't require every user of JoinMarket-qt
# to install the correct version of pyside2-uic.
# os.system('pyside2-uic jmqtui/open_wallet_dialog.ui -o jmqtui/open_wallet_dialog.py')
#import os
#os.system('pyside2-uic jmqtui/open_wallet_dialog.ui -o jmqtui/open_wallet_dialog.py')

Loading…
Cancel
Save