aboutsummaryrefslogtreecommitdiff
path: root/mesongui
diff options
context:
space:
mode:
Diffstat (limited to 'mesongui')
-rwxr-xr-xmesongui2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesongui b/mesongui
index c1cd802..9e16b00 100755
--- a/mesongui
+++ b/mesongui
@@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-from meson import mgui
+from mesonbuild import mgui
import sys
sys.exit(mgui.run(sys.argv))