summaryrefslogtreecommitdiff
path: root/src/mailman/commands/tests/test_conf.py
diff options
context:
space:
mode:
authorKarl-Aksel Puulmann2013-04-06 08:46:28 +0200
committerKarl-Aksel Puulmann2013-04-06 08:46:28 +0200
commitee8a3f9b3212b72de4b96b608c31db4ef087f638 (patch)
tree46deccbf778b7f8ab95856765f30b99455f78ff8 /src/mailman/commands/tests/test_conf.py
parent106f5ea8b75b0b2208f0e6d4a927afd159a16fa3 (diff)
downloadmailman-ee8a3f9b3212b72de4b96b608c31db4ef087f638.tar.gz
mailman-ee8a3f9b3212b72de4b96b608c31db4ef087f638.tar.zst
mailman-ee8a3f9b3212b72de4b96b608c31db4ef087f638.zip
Diffstat (limited to 'src/mailman/commands/tests/test_conf.py')
-rw-r--r--src/mailman/commands/tests/test_conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mailman/commands/tests/test_conf.py b/src/mailman/commands/tests/test_conf.py
index bca7fe72f..758f26d56 100644
--- a/src/mailman/commands/tests/test_conf.py
+++ b/src/mailman/commands/tests/test_conf.py
@@ -40,6 +40,7 @@ class FakeArgs:
section = None
key = None
output = None
+ sort = False
class FakeParser: