- bug 481: fix python example0.

git-svn-id: file:///svn/unbound/trunk@2783 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards
2012-11-30 09:41:38 +00:00
parent d29761322f
commit 2c6462c943
2 changed files with 3 additions and 3 deletions
-3
View File
@@ -1,7 +1,4 @@
print mod_env.fname # Print module script name
mod_env.data = "test" # Store global module data
def init(id, cfg):
log_info("pythonmod: init called, module id is %d port: %d script: %s" % (id, cfg.port, cfg.python_script))
return True