~straemer/ubuntu/quantal/update-manager/fix-for-1058070

« back to all changes in this revision

Viewing changes to tests/pyflakes.exclude

  • Committer: Package Import Robot
  • Author(s): Michael Terry
  • Date: 2012-06-29 10:59:30 UTC
  • mfrom: (389.1.2 precise-security)
  • Revision ID: package-import@ubuntu.com-20120629105930-0oaj9vdvykmvkjum
Tags: 1:0.165
* Implementation of "update on start" feature from spec
  https://wiki.ubuntu.com/SoftwareUpdates
* Use a single main window that changes instead of having modal dialogs
* Implement several special-purpose dialogs like "No updates" or
  "Dist upgrade needed" accordingn to the above spec
* Split out release upgrader code and DistUpgrade module into a separate
  source package
* Drop python-update-manager, as it is unused
* debian/tests:
  - Add dep8 tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
../janitor/plugincore/plugin.py:*: redefinition of function 'condition' from line *
5
5
 
6
6
# 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
7
../UpdateManager/Core/utils.py:*: redefinition of unused 'ProxyHandler' from line *
12
8
../UpdateManager/Core/utils.py:*: redefinition of unused 'Request' from line *
13
9
../UpdateManager/Core/utils.py:*: redefinition of unused 'build_opener' from line *
29
25
../tests/test_meta_release_core.py:*: redefinition of unused 'urlopen' from line *
30
26
../tests/test_meta_release_core.py:*: redefinition of unused 'BaseHTTPRequestHandler' from line *
31
27
../tests/test_meta_release_core.py:*: redefinition of unused 'TCPServer' from line *
32
 
../DistUpgrade/DistUpgradeViewNonInteractive.py:*: redefinition of unused 'NoSectionError' from line *
33
 
../DistUpgrade/DistUpgradeViewNonInteractive.py:*: redefinition of unused 'NoOptionError' from line *
34
 
../DistUpgrade/DistUpgradeConfigParser.py:*: redefinition of unused 'SafeConfigParser' from line *
35
 
../DistUpgrade/DistUpgradeConfigParser.py:*: redefinition of unused 'NoOptionError' from line *
36
 
../DistUpgrade/DistUpgradeConfigParser.py:*: redefinition of unused 'NoSectionError' from line *
37
 
../DistUpgrade/DistUpgradeController.py:*: redefinition of unused 'SafeConfigParser' from line *
38
 
../DistUpgrade/DistUpgradeController.py:*: redefinition of unused 'NoOptionError' from line *
39
 
../DistUpgrade/DistUpgradeController.py:*: redefinition of unused 'urlsplit' from line *
40
 
../DistUpgrade/DistUpgradeCache.py:*: redefinition of unused 'configparser' from line *