* pygnulib/GLConfig.py (GLConfig.getModuleIndicatorPrefix): Fix code.
2022-07-29 Bruno Haible <bruno@clisp.org>
+ gnulib-tool.py: Fix error (regression 2021-04-11).
+ * pygnulib/GLConfig.py (GLConfig.getModuleIndicatorPrefix): Fix code.
+
gnulib-tool.py: Fix warning from Python 3.10.4.
* pygnulib/GLModuleSystem.py (getConditionalName): Fix a string
substitution expression.
def getModuleIndicatorPrefix(self):
'''Return module_indicator_prefix to use inside GLEmiter class.'''
- return(getIncludeGuardPrefix(self))
+ return(self.getIncludeGuardPrefix())
# Define macro_prefix methods.
def getMacroPrefix(self):