From b548c77d81e390a40d4afba8afc35c8175191f0b Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 13 Nov 2015 14:02:26 +0100 Subject: Fix module import for msys2 --- rtems.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtems.py b/rtems.py index 92a053a..f036c34 100644 --- a/rtems.py +++ b/rtems.py @@ -29,7 +29,7 @@ import copy import os import os.path -import pkgconfig +from . import pkgconfig import re import subprocess -- cgit v1.2.3