From 68ccd1b6d99b945ede2eb9b98fb00808eba8660d Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Tue, 6 Apr 2010 21:55:57 +0200 Subject: [PATCH] oups, missing file --- weboob/capabilities/cap.py | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 weboob/capabilities/cap.py diff --git a/weboob/capabilities/cap.py b/weboob/capabilities/cap.py new file mode 100644 index 00000000..76711acf --- /dev/null +++ b/weboob/capabilities/cap.py @@ -0,0 +1,22 @@ +# -*- coding: utf-8 -*- + +""" +Copyright(C) 2010 Romain Bignon + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, version 3 of the License. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +""" + +class ICap(object): + pass