summaryrefslogtreecommitdiff
path: root/pygnulib/constants.py
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2022-08-08 21:22:15 +0200
committerBruno Haible <bruno@clisp.org>2022-08-09 23:19:21 +0200
commit501feeb5d595d8b4cea9a1a8e404277c27d2f5bf (patch)
tree781fceac77c52d8ea65730ea6adb3f945943aad9 /pygnulib/constants.py
parentd0e094317bbf34413e458f9551543335b6eb8cef (diff)
downloadgnulib-501feeb5d595d8b4cea9a1a8e404277c27d2f5bf.tar.gz
gnulib-tool.py: Fixes for conditional dependencies.
* pygnulib/GLModuleSystem.py (GLModule.shell_id_chars): New constant. (GLModule.getShellFunc): Don't use md5 just because of an '_' character. (GLModule.getShellVar): Likewise. (GLModule.getConditionalName): Include a newline in the md5 input. * pygnulib/constants.py (ALPHANUMERIC): Remove constant.
Diffstat (limited to 'pygnulib/constants.py')
-rw-r--r--pygnulib/constants.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/pygnulib/constants.py b/pygnulib/constants.py
index ba0ebc9942..ae27d8d41a 100644
--- a/pygnulib/constants.py
+++ b/pygnulib/constants.py
@@ -57,9 +57,6 @@ MODES = dict() # Modes
TESTS = dict() # Tests
NL = '''
''' # Newline character
-ALPHANUMERIC = 'abcdefghijklmnopqrstuvwxyz\
-ABCDEFGHIJKLMNOPQRSTUVWXYZ\
-0123456789' # Alphanumeric characters
# Set ENCS dictionary
if not hasattr(interpreter, '__file__'):