aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/config.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.py b/src/config.py
index cc43712..ee0d1f8 100755
--- a/src/config.py
+++ b/src/config.py
@@ -27,6 +27,9 @@ def before_token(token, line):
return(found.group(0)[:-len(token)])
return("")
def sorted_items(d):
+ """
+ Mainly used for integration testing (to keep having deterministic results).
+ """
return(sorted(d.items()))
def no_comment(line):
"""