summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lib/Bcfg2/Compat.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/Bcfg2/Compat.py b/src/lib/Bcfg2/Compat.py
index 9399fc440..23f7ef784 100644
--- a/src/lib/Bcfg2/Compat.py
+++ b/src/lib/Bcfg2/Compat.py
@@ -1,6 +1,13 @@
""" Compatibility imports, mostly for Py3k support, but also for
Python 2.4 and such-like """
+###################################################
+# #
+# IF YOU ADD SOMETHING TO THIS FILE, YOU MUST #
+# DOCUMENT IT IN docs/development/compat.txt #
+# #
+###################################################
+
import sys
# pylint: disable=E0611,W0611,W0622,C0103