pyflakes.sh: Explicit errors

This commit is contained in:
Laurent Bachelier 2013-08-12 15:31:50 +02:00
commit 57d38783b6
2 changed files with 10 additions and 6 deletions

View file

@ -22,11 +22,15 @@ 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)