From 61cb4ae9ca5e0ee7b9864e22621fcbc44a9b407b Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Fri, 15 Jan 2016 21:57:10 +0200 Subject: Can compile full test suite. --- meson/modules/qt4.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meson/modules/qt4.py') diff --git a/meson/modules/qt4.py b/meson/modules/qt4.py index bcf42a3..162b553 100644 --- a/meson/modules/qt4.py +++ b/meson/modules/qt4.py @@ -12,10 +12,10 @@ # See the License for the specific language governing permissions and # limitations under the License. -import dependencies, mlog +from .. import dependencies, mlog import os, subprocess -import build -from coredata import MesonException +from .. import build +from ..coredata import MesonException import xml.etree.ElementTree as ET class Qt4Module(): -- cgit v1.1