From 65487ead6d44970fa13740284a58a703dfd39eac Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sun, 24 Jun 2012 21:40:31 +1200 Subject: Logging truss for pathod. --- libpathod/pathod.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libpathod/pathod.py') diff --git a/libpathod/pathod.py b/libpathod/pathod.py index c84be420..6fc0d204 100644 --- a/libpathod/pathod.py +++ b/libpathod/pathod.py @@ -1,7 +1,8 @@ -import urllib, threading, re +import urllib, threading, re, logging from netlib import tcp, http, odict, wsgi import version, app, rparse + class PathodError(Exception): pass -- cgit v1.2.3