Skip to content

Commit

Permalink
Remove "module" from python
Browse files Browse the repository at this point in the history
  • Loading branch information
kif committed Dec 18, 2024
1 parent 38a30e3 commit c64b803
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions plugins/id27.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@
from dahu.plugin import Plugin
from dahu.factory import register

# This is a security hole ... but I was told to use modules
# exec(open(os.environ["MODULESHOME"] + "/init/python.py").read())
# Shame should go to the people who enforce the usage of modules
# module("load", "xds")

lock = Semaphore()
logger = logging.getLogger("id27")

Expand Down

0 comments on commit c64b803

Please sign in to comment.