From 0f4fb563ee488fd7b67ae41e75f82fb18f82c56d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sylvain=20Th=C3=A9nault?= Date: Tue, 7 May 2013 09:43:38 +0200 Subject: [PATCH] drop ref to internal and 404 url --- checkers/design_analysis.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/checkers/design_analysis.py b/checkers/design_analysis.py index 7e966bb19..2fabfa6e9 100644 --- a/checkers/design_analysis.py +++ b/checkers/design_analysis.py @@ -13,12 +13,7 @@ # 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. -"""check for signs of poor design - - - see http://intranet.logilab.fr/jpl/view?rql=Any%20X%20where%20X%20eid%201243 - FIXME: missing 13, 15, 16 -""" +"""check for signs of poor design""" from logilab.astng import Function, If, InferenceError