moved hardcoded settings from doccli to constants

This commit is contained in:
Brian Coca 2016-03-05 17:39:43 -05:00
parent 27b02e8f6c
commit 75b9c7db14
2 changed files with 7 additions and 6 deletions

View file

@ -302,3 +302,6 @@ VAULT_VERSION_MIN = 1.0
VAULT_VERSION_MAX = 1.0
TREE_DIR = None
LOCALHOST = frozenset(['127.0.0.1', 'localhost', '::1'])
# module search
BLACKLIST_EXTS = ('.pyc', '.swp', '.bak', '~', '.rpm', '.md', '.txt')
IGNORE_FILES = [ "COPYING", "CONTRIBUTING", "LICENSE", "README", "VERSION", "GUIDELINES", "test-docs.sh"]