diff options
Diffstat (limited to 'meson/modules/qt5.py')
-rw-r--r-- | meson/modules/qt5.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meson/modules/qt5.py b/meson/modules/qt5.py index 0e732a1..81edc76 100644 --- a/meson/modules/qt5.py +++ b/meson/modules/qt5.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 Qt5Module(): |