Remove tests for pyflakes

This commit is contained in:
Florent 2013-08-12 17:07:50 +02:00
commit 6d82bed915

View file

@ -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)