switch to new config objects

This commit is contained in:
2021-03-09 12:14:48 +01:00
parent 915fa509b5
commit b4986af1c2
8 changed files with 331 additions and 332 deletions

5
pymodmilter/test.py Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env python3
import config
a = config.ModifyMilterConfig("test.conf", debug=True)