From 6d82bed9156b7d229c0eb336bfafb7784fc7f1e5 Mon Sep 17 00:00:00 2001 From: Florent Date: Mon, 12 Aug 2013 17:07:50 +0200 Subject: [PATCH] Remove tests for pyflakes --- tools/make_man.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tools/make_man.py b/tools/make_man.py index 71a9ed7f..a5ae1a60 100755 --- a/tools/make_man.py +++ b/tools/make_man.py @@ -22,15 +22,11 @@ import sys import os import tempfile import imp -import inspect +import inspect import optparse import re import time -class Prout: - pass - - from weboob.tools.application.base import BaseApplication BASE_PATH = os.path.join(os.path.dirname(__file__), os.pardir)