mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 23:41:35 +00:00
msg
This commit is contained in:
parent
3d29a8d7e6
commit
a8120b8502
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ import PyQt4.QtGui as QtGui
|
|||
try:
|
||||
import icons_rc
|
||||
except:
|
||||
print "could not import icons_rp.py"
|
||||
print "generate it with: 'pyrcc4 icons.qrc -o icons_rc.py'"
|
||||
print "Could not import icons_rp.py"
|
||||
print "Please generate it with: 'pyrcc4 icons.qrc -o icons_rc.py'"
|
||||
sys.exit(1)
|
||||
|
||||
from wallet import format_satoshis
|
||||
|
|
Loading…
Add table
Reference in a new issue