1
1
# Exclude the following from pyflakes failures.
4
../janitor/plugincore/plugin.py:*: redefinition of function 'condition' from line *
6
3
# Alternate imports for Python 2/3 compatibility.
7
../UpdateManager/DistUpgradeFetcherKDE.py:*: redefinition of unused 'urlopen' from line *
8
../UpdateManager/DistUpgradeFetcherKDE.py:*: redefinition of unused 'HTTPError' from line *
9
../UpdateManager/DistUpgradeFetcher.py:*: redefinition of unused 'urlopen' from line *
10
../UpdateManager/DistUpgradeFetcher.py:*: redefinition of unused 'HTTPError' from line *
11
../UpdateManager/Core/utils.py:*: redefinition of unused 'ProxyHandler' from line *
12
../UpdateManager/Core/utils.py:*: redefinition of unused 'Request' from line *
13
../UpdateManager/Core/utils.py:*: redefinition of unused 'build_opener' from line *
14
../UpdateManager/Core/utils.py:*: redefinition of unused 'install_opener' from line *
15
../UpdateManager/Core/utils.py:*: redefinition of unused 'urlopen' from line *
16
../UpdateManager/Core/utils.py:*: redefinition of unused 'urlsplit' from line *
17
../UpdateManager/Core/MetaRelease.py:*: redefinition of unused 'configparser' from line *
18
../UpdateManager/Core/MetaRelease.py:*: redefinition of unused 'BadStatusLine' from line *
19
../UpdateManager/Core/MetaRelease.py:*: redefinition of unused 'HTTPError' from line *
20
../UpdateManager/Core/MetaRelease.py:*: redefinition of unused 'Request' from line *
21
../UpdateManager/Core/MetaRelease.py:*: redefinition of unused 'URLError' from line *
22
../UpdateManager/Core/MetaRelease.py:*: redefinition of unused 'urlopen' from line *
23
../UpdateManager/Core/MyCache.py:*: redefinition of unused 'HTTPError' from line *
24
../UpdateManager/Core/MyCache.py:*: redefinition of unused 'urlopen' from line *
25
../UpdateManager/Core/MyCache.py:*: redefinition of unused 'urlsplit' from line *
26
../UpdateManager/Core/MyCache.py:*: redefinition of unused 'BadStatusLine' from line *
27
../tests/test_changelog.py:*: redefinition of unused 'HTTPError' from line *
28
../tests/test_meta_release_core.py:*: redefinition of unused 'HTTPError' from line *
29
../tests/test_meta_release_core.py:*: redefinition of unused 'urlopen' from line *
30
../tests/test_meta_release_core.py:*: redefinition of unused 'BaseHTTPRequestHandler' from line *
31
../tests/test_meta_release_core.py:*: redefinition of unused 'TCPServer' from line *
4
../DistUpgrade/DistUpgradeFetcherKDE.py:*: redefinition of unused 'urlopen' from line *
5
../DistUpgrade/DistUpgradeFetcherKDE.py:*: redefinition of unused 'HTTPError' from line *
6
../DistUpgrade/DistUpgradeFetcher.py:*: redefinition of unused 'urlopen' from line *
7
../DistUpgrade/DistUpgradeFetcher.py:*: redefinition of unused 'HTTPError' from line *
32
8
../DistUpgrade/DistUpgradeViewNonInteractive.py:*: redefinition of unused 'NoSectionError' from line *
33
9
../DistUpgrade/DistUpgradeViewNonInteractive.py:*: redefinition of unused 'NoOptionError' from line *
34
10
../DistUpgrade/DistUpgradeConfigParser.py:*: redefinition of unused 'SafeConfigParser' from line *