diff --git a/SCRAM/__init__.py b/SCRAM/__init__.py index dbc933a..5d3c24e 100644 --- a/SCRAM/__init__.py +++ b/SCRAM/__init__.py @@ -6,6 +6,8 @@ from os.path import join import traceback +#Test comment 3 +#Test comment 4 logging_config = {"format": '%(levelname)s %(funcName)10s %(lineno)3d: %(message)s'} SCRAM_DEBUG = None if "SCRAM_DEBUG" in environ: