From c0655ad9efb62b3f8f742157a758f977dd2cf4ef Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Sat, 21 Jan 2012 16:24:35 +0100 Subject: [PATCH] update sources.list comments --- weboob/core/repositories.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/weboob/core/repositories.py b/weboob/core/repositories.py index 087b3f13..70821fa2 100644 --- a/weboob/core/repositories.py +++ b/weboob/core/repositories.py @@ -292,12 +292,14 @@ DEFAULT_SOURCES_LIST = \ # backends of the same name). http://updates.weboob.org/%(version)s/main/ -# To enable NSFW backends, uncomment the following line: + +# To enable Not Safe For Work backends, uncomment the +# following line: #http://updates.weboob.org/%(version)s/nsfw/ # DEVELOPMENT -# If you want to hack on Weboob backends, you may add a reference -# to sources, for example: +# If you want to hack on Weboob modules, you may add a +# reference to sources, for example: #file:///home/rom1/src/weboob/modules/ """