Remove tests for pyflakes
This commit is contained in:
parent
a34c0354bc
commit
6d82bed915
1 changed files with 1 additions and 5 deletions
|
|
@ -22,15 +22,11 @@ import sys
|
||||||
import os
|
import os
|
||||||
import tempfile
|
import tempfile
|
||||||
import imp
|
import imp
|
||||||
import inspect
|
import inspect
|
||||||
import optparse
|
import optparse
|
||||||
import re
|
import re
|
||||||
import time
|
import time
|
||||||
|
|
||||||
class Prout:
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
from weboob.tools.application.base import BaseApplication
|
from weboob.tools.application.base import BaseApplication
|
||||||
|
|
||||||
BASE_PATH = os.path.join(os.path.dirname(__file__), os.pardir)
|
BASE_PATH = os.path.join(os.path.dirname(__file__), os.pardir)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue