aboutsummaryrefslogtreecommitdiff
path: root/src/globalvars.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/globalvars.py')
-rw-r--r--src/globalvars.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/globalvars.py b/src/globalvars.py
index fb80a26..0dcfd2c 100644
--- a/src/globalvars.py
+++ b/src/globalvars.py
@@ -7,6 +7,9 @@ facts = {}
"""Verbosity level -1: quiet, 0: status, 1: info, 2: stdout of subcommands, 3: debug info"""
verbosity = 0
+"""Dict holding the allocators to compare"""
+allocators = {}
+
"""File were the allocators definitions are loaded from"""
allocators_file = None