From 47a585e1c0bf3063f4df8aeeb2602d3d0480ea25 Mon Sep 17 00:00:00 2001 From: Christophe Benz Date: Tue, 12 Oct 2010 19:42:07 +0200 Subject: [PATCH] add constants for videoob-webserver --- weboob/applications/videoob_web/videoob_web.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/weboob/applications/videoob_web/videoob_web.py b/weboob/applications/videoob_web/videoob_web.py index 6466955c..ecefa754 100644 --- a/weboob/applications/videoob_web/videoob_web.py +++ b/weboob/applications/videoob_web/videoob_web.py @@ -38,7 +38,10 @@ template_lookup = TemplateLookup(directories=[os.path.join(os.path.dirname(__fil class VideoobWeb(BaseApplication): - APPNAME = 'videoob-web' + APPNAME = 'videoob-webserver' + VERSION = '0.3' + COPYRIGHT = 'Copyright(C) 2010 Christophe Benz' + CAPS = ICapVideo CONFIG = dict(host='localhost', port=8080) @wsgify