Move files

This commit is contained in:
2023-09-10 18:19:38 +02:00
parent 582b85bb07
commit a2ff9f1fb9
6 changed files with 2 additions and 74 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
import re
from os import listdir
from os.path import isdir
from audit.system.plugins.apache.apache import apache
from audit.system.plugins.apache import apache
class Apache:
+1 -1
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
import re
from audit.system.plugins.postfix.postfix import postfix
from audit.system.plugins.postfix import postfix
class Postfix: