aboutsummaryrefslogtreecommitdiffstats
path: root/web.py
diff options
context:
space:
mode:
Diffstat (limited to 'web.py')
-rw-r--r--web.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/web.py b/web.py
index 0a537fc..0e88493 100644
--- a/web.py
+++ b/web.py
@@ -1,3 +1,6 @@
+import cherrypy
+from libbe import bugdir
+
class WebInterface:
"""The web interface to CFBE."""