From fabe5a19a6068a2d47e11f8316a3a2d30aeff42e Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Tue, 31 Mar 2020 14:56:41 +0200 Subject: Switch to meson Modernize the files that need updating for that. --- src/ppm/__init__.py.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/ppm/__init__.py.in') diff --git a/src/ppm/__init__.py.in b/src/ppm/__init__.py.in index 36220b2..7b36d80 100644 --- a/src/ppm/__init__.py.in +++ b/src/ppm/__init__.py.in @@ -1,7 +1,7 @@ # Paths for prepaid-manager-applet -gettext_app = '::PACKAGE::' -gettext_dir = '::GETTEXTDIR::' -ui_dir = '::PKGDATADIR::' -version = '::VERSION::' -prgname = '::PACKAGE::' +gettext_app = '@PACKAGE@' +gettext_dir = '@GETTEXTDIR@' +ui_dir = '@PKGDATADIR@' +version = '@VERSION@' +prgname = '@PACKAGE@' -- cgit v1.2.3