chiark / gitweb /
logevent_is_boringtwisted: break out as a function from LogNotBoringTwisted (nfc)
[hippotat.git] / hippotat
index 82e1beea05bbb6148d21f65b145b8ed68dc50986..96a3f21a92df8b1477813170b6261e13e1c63ffb 100755 (executable)
--- a/hippotat
+++ b/hippotat
@@ -21,7 +21,7 @@
 #    along with this program, in the file GPLv3.  If not,
 #    see <http://www.gnu.org/licenses/>.
 
-
+#@ import sys; sys.path.append('@PYBUILD_INSTALL_DIR@')
 from hippotatlib import *
 
 import twisted.web
@@ -233,7 +233,7 @@ class Client():
 
 clients = [ ]
 
-def process_cfg(putative_servers, putative_clients):
+def process_cfg(_opts, putative_servers, putative_clients):
   global clients
 
   for ss in putative_servers.values():