diff options
Diffstat (limited to 'meson/modules/qt4.py')
-rw-r--r-- | meson/modules/qt4.py | 6 |
1 files changed, 3 insertions, 3 deletions
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(): |