Move files
This commit is contained in:
@@ -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,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:
|
||||
|
||||
Reference in New Issue
Block a user