diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2016-01-15 21:57:10 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2016-01-15 21:57:10 +0200 |
commit | 61cb4ae9ca5e0ee7b9864e22621fcbc44a9b407b (patch) | |
tree | 7ef18a7a472b34356da7d949cf111e364037cde2 /meson/modules/windows.py | |
parent | a5508d3fd362ea33633d9706a6257ef0f0c2bbc0 (diff) | |
download | meson-61cb4ae9ca5e0ee7b9864e22621fcbc44a9b407b.zip meson-61cb4ae9ca5e0ee7b9864e22621fcbc44a9b407b.tar.gz meson-61cb4ae9ca5e0ee7b9864e22621fcbc44a9b407b.tar.bz2 |
Can compile full test suite.
Diffstat (limited to 'meson/modules/windows.py')
-rw-r--r-- | meson/modules/windows.py | 4 |
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: |