Add missing import of client for Python plugin
diff --git a/collectd/files/collectd_python.conf b/collectd/files/collectd_python.conf
index 6142345..ad3ad68 100644
--- a/collectd/files/collectd_python.conf
+++ b/collectd/files/collectd_python.conf
@@ -1,3 +1,4 @@
+{%- from "collectd/map.jinja" import client with context %}
 <LoadPlugin python>
   Globals false
 </LoadPlugin>