summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorDaniel Salzman <daniel.salzman@nic.cz>2018-10-24 12:50:20 +0200
committerDaniel Salzman <daniel.salzman@nic.cz>2018-10-24 12:51:02 +0200
commitc1e844cc05481d19925d577ae40e0b38863851c6 (patch)
treee5127a8ce04daaab7e3d410c4590788fcd077847 /python
parentMerge branch 'doc-dnsproxy-resolver' into 'master' (diff)
downloadknot-c1e844cc05481d19925d577ae40e0b38863851c6.tar.xz
knot-c1e844cc05481d19925d577ae40e0b38863851c6.zip
python: add comment about libknot.so loading
Diffstat (limited to 'python')
-rwxr-xr-xpython/libknot/control.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/libknot/control.py b/python/libknot/control.py
index 59b8fbd91..433ad3598 100755
--- a/python/libknot/control.py
+++ b/python/libknot/control.py
@@ -4,6 +4,8 @@ Example:
import json
from libknot.control import *
+ #load_lib("/usr/lib/libknot.so")
+
ctl = KnotCtl()
ctl.connect("/var/run/knot/knot.sock")