summaryrefslogtreecommitdiff
path: root/pygnulib/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygnulib/constants.py')
-rw-r--r--pygnulib/constants.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/pygnulib/constants.py b/pygnulib/constants.py
index ec2ca62be8..6cb1ec97bb 100644
--- a/pygnulib/constants.py
+++ b/pygnulib/constants.py
@@ -59,7 +59,6 @@ APP = dict() # Application
DIRS = dict() # Directories
UTILS = dict() # Utilities
ENCS = dict() # Encodings
-FILES = dict() # Files
MODES = dict() # Modes
TESTS = dict() # Tests
NL = '''
@@ -105,9 +104,6 @@ DIRS['tests'] = os.path.join(DIRS['root'], 'tests')
DIRS['git'] = os.path.join(DIRS['root'], '.git')
DIRS['cvs'] = os.path.join(DIRS['root'], 'CVS')
-# Set FILES dictionary
-FILES['changelog'] = os.path.join(DIRS['root'], 'ChangeLog')
-
# Set MODES dictionary
MODES = \
{
@@ -449,4 +445,4 @@ def nlcount(text):
print(before, after)
-__all__ += ['APP', 'DIRS', 'FILES', 'MODES', 'UTILS']
+__all__ += ['APP', 'DIRS', 'MODES', 'UTILS']