mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
utils: Typo fixes in qpaeq
Pointed out by John Frankish <j-frankish@slb.com> in: https://bugs.freedesktop.org/show_bug.cgi?id=43733
This commit is contained in:
parent
dc5a39b124
commit
bb2e60a142
1 changed files with 2 additions and 2 deletions
|
|
@ -23,8 +23,8 @@ try:
|
|||
import dbus.mainloop.qt
|
||||
import dbus
|
||||
except ImportError as e:
|
||||
sys.stderr.write('There was an error importing need libraries\n'
|
||||
'Make sure you haveqt4 and dbus forthon installed\n'
|
||||
sys.stderr.write('There was an error importing needed libraries\n'
|
||||
'Make sure you have qt4 and dbus-python installed\n'
|
||||
'The error that occured was:\n'
|
||||
'\t%s\n' % (str(e)))
|
||||
sys.exit(-1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue