aboutsummaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/createpkg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/createpkg.py b/packaging/createpkg.py
index ab3c51c..391e730 100755
--- a/packaging/createpkg.py
+++ b/packaging/createpkg.py
@@ -22,7 +22,7 @@ import xml.etree.ElementTree as ET
sys.path.append(os.getcwd())
from mesonbuild import coredata
-from packaging.createmsi import get_modules
+from createmsi import get_modules
class PkgGenerator: