Explorar el Código

Add clarifying comment

Unrud hace 7 años
padre
commit
c657dda753
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      radicale/tests/__init__.py

+ 1 - 0
radicale/tests/__init__.py

@@ -23,6 +23,7 @@ import os
 import sys
 from io import BytesIO
 
+# Allow importing of tests.custom....
 sys.path.insert(0, os.path.dirname(os.path.dirname(__file__)))