From 35be22788f689639c1a53f650cd8a1fad60a1466 Mon Sep 17 00:00:00 2001 From: des Date: Fri, 5 Apr 2013 09:06:26 +0000 Subject: Import unbound 1.4.20 --- pythonmod/doc/examples/example0-1.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'pythonmod/doc/examples/example0-1.py') diff --git a/pythonmod/doc/examples/example0-1.py b/pythonmod/doc/examples/example0-1.py index 98a9acc..3b234f1 100644 --- a/pythonmod/doc/examples/example0-1.py +++ b/pythonmod/doc/examples/example0-1.py @@ -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 -- cgit v1.1