From ad911ce3372ea80affce5bc0e6ebf2a27da42c03 Mon Sep 17 00:00:00 2001 From: Christophe Benz Date: Sat, 10 Jul 2010 02:29:54 +0200 Subject: [PATCH] remove unnecessary constant --- weboob/applications/videoob/videoob.py | 1 - 1 file changed, 1 deletion(-) diff --git a/weboob/applications/videoob/videoob.py b/weboob/applications/videoob/videoob.py index 5af1d6ea..6dfa6be9 100644 --- a/weboob/applications/videoob/videoob.py +++ b/weboob/applications/videoob/videoob.py @@ -28,7 +28,6 @@ class Videoob(ConsoleApplication): APPNAME = 'videoob' VERSION = '0.1' COPYRIGHT = 'Copyright(C) 2010 Christophe Benz, Romain Bignon' - CONFIG = {} def add_application_options(self, group): group.add_option('--nsfw', action='store_true', help='enable non-suitable for work videos')