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:
Arun Raghavan 2011-12-13 09:16:40 +05:30
parent dc5a39b124
commit bb2e60a142

View file

@ -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)