diff options
Diffstat (limited to 'test/import.py')
-rw-r--r-- | test/import.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/import.py b/test/import.py index 7debffc..a26d745 100644 --- a/test/import.py +++ b/test/import.py @@ -179,8 +179,8 @@ if moc: qtdir = os.path.dirname(os.path.dirname(moc)) - qt_err = """ -scons: warning: Could not detect qt, using moc executable as a hint (QTDIR=%(qtdir)s) + qt_err = r""" +scons: warning: Could not detect qt, using moc executable as a hint \(QTDIR=%(qtdir)s\) """ % locals() else: |