aboutsummaryrefslogtreecommitdiff
path: root/meson/modules/windows.py
diff options
context:
space:
mode:
Diffstat (limited to 'meson/modules/windows.py')
-rw-r--r--meson/modules/windows.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson/modules/windows.py b/meson/modules/windows.py
index e01b454..a785250 100644
--- a/meson/modules/windows.py
+++ b/meson/modules/windows.py
@@ -12,8 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-import mesonlib, dependencies, build
-from coredata import MesonException
+from .. import mesonlib, dependencies, build
+from ..coredata import MesonException
import os
class WindowsModule: