Commit Graph

1652 Commits

Author SHA1 Message Date
Ryan Harper 348ba90fb6 pep8 fixes for subiquity/controllers/identity.py 2018-05-24 16:51:52 -05:00
Ryan Harper 128fddaf92 pep8 fixes for subiquity/controllers/installpath.py 2018-05-24 16:51:52 -05:00
Ryan Harper c9a1f91ac1 pep8 fixes for subiquity/controllers/installprogress.py 2018-05-24 16:51:52 -05:00
Ryan Harper 1edca40dda pep8 fixes for subiquity/controllers/keyboard.py 2018-05-24 16:51:52 -05:00
Ryan Harper d5d59bdf7a pep8 fixes for subiquity/controllers/welcome.py 2018-05-24 16:51:52 -05:00
Ryan Harper 797b26452e drop dead test code: subiquity/tests/test_models_filesystems.py 2018-05-24 16:51:52 -05:00
Ryan Harper 6c68107a0c pep8 fixes for subiquity/models/filesystem.py 2018-05-24 16:51:52 -05:00
Ryan Harper 52203f887d pep8 fixes for subiquity/models/installpath.py 2018-05-24 16:51:52 -05:00
Ryan Harper db460f28e2 pep8 fixes for subiquity/models/iscsi_disk.py 2018-05-24 16:51:52 -05:00
Ryan Harper bae0948d65 pep8 fixes for subiquity/models/keyboard.py 2018-05-24 16:51:52 -05:00
Ryan Harper ec59178899 pep8 fixes for subiquity/models/locale.py 2018-05-24 16:51:52 -05:00
Ryan Harper 7ffe64ef80 pep8 fixes for subiquity/models/subiquity.py 2018-05-24 16:51:52 -05:00
Ryan Harper 57d98a266d pep8 fixes for subiquity/models/tests/test_filesystem.py 2018-05-24 16:51:51 -05:00
Ryan Harper 5660d72cf1 pep8 fixes for subiquitycore/controller.py 2018-05-24 16:51:51 -05:00
Ryan Harper 9159cd0003 pep8 fixes for subiquitycore/core.py 2018-05-24 16:51:51 -05:00
Ryan Harper dcc0cbc240 pep8 fixes for subiquitycore/i18n.py 2018-05-24 16:51:51 -05:00
Ryan Harper 02cbd2948c pep8 fixes for subiquitycore/prober.py 2018-05-24 16:51:51 -05:00
Ryan Harper bad0e9761f pep8 fixes for subiquitycore/tasksequence.py 2018-05-24 16:51:51 -05:00
Ryan Harper b328c3deed pep8 fixes for subiquitycore/utils.py 2018-05-24 16:51:51 -05:00
Ryan Harper cfc2c9d227 pep8 fixes for subiquitycore/view.py 2018-05-24 16:51:51 -05:00
Ryan Harper 69331754d9 pep8 fixes for subiquitycore/ui/anchors.py 2018-05-24 16:51:51 -05:00
Ryan Harper df5ff9d48e pep8 fixes for subiquitycore/ui/buttons.py 2018-05-24 16:51:51 -05:00
Ryan Harper 860edbc7b5 pep8 fixes for subiquitycore/ui/container.py 2018-05-24 16:51:51 -05:00
Ryan Harper 2d6cca8281 pep8 fixes for subiquitycore/ui/frame.py 2018-05-24 16:51:51 -05:00
Ryan Harper 7cbf8c2b69 pep8 fixes for subiquitycore/ui/form.py 2018-05-24 16:51:51 -05:00
Ryan Harper 4890d306fc pep8 fixes subiquitycore/ui/selector.py 2018-05-24 16:51:51 -05:00
Ryan Harper 762f5f3008 pep8 fixes for subiquitycore/ui/stretchy.py 2018-05-24 16:51:51 -05:00
Ryan Harper 18406b70ef pep8 fixes for subiquitycore/ui/utils.py 2018-05-24 16:51:51 -05:00
Ryan Harper c99941f3c5 pep8 fixes for subiquitycore/ui/views/login.py 2018-05-24 16:51:51 -05:00
Ryan Harper 62ea440b3d pep8 fixes for subiquitycore/ui/views/network.py 2018-05-24 16:51:51 -05:00
Ryan Harper 0fa5dcab28 pep8 fixes 2018-05-24 16:51:51 -05:00
Ryan Harper c8d4c51ddd pep8 fixes 2018-05-24 16:51:51 -05:00
Ryan Harper ae9412159d Don't use __name__ in getLogger 2018-05-24 16:51:51 -05:00
Ryan Harper 13ca352291 pep8 fixes for subiquitycore/ui/views/network_configure_wlan_interface.py 2018-05-24 16:51:51 -05:00
Ryan Harper 591be4ecbc pep8 fixes for subiquitycore.ui.views.network_default_route 2018-05-24 16:51:51 -05:00
Ryan Harper 45fabd78f2 pep8 fixes for subiquitycore.ui.views.tests.test_network_configure_manual_interface 2018-05-24 16:51:51 -05:00
Ryan Harper f2715a4735 pep8 fixes for subiquitycore.controllers.network 2018-05-24 16:51:51 -05:00
Ryan Harper b7e60f7b91 pep8 fixes for subiquitycore.testing.view_hewlpers 2018-05-24 16:51:51 -05:00
Ryan Harper 40caacaca3 pep8 fixes for subiquitycore.models.network 2018-05-24 16:51:51 -05:00
Ryan Harper acd24c0796 Add pep8 script 2018-05-24 16:51:51 -05:00
Ryan Harper a0bf68f3c4 pyflakes3 fixes
Add and enable pyflakes3 on console_conf, subiquity, subiquitycore and tests.
Replace NOQA markers with __all__ declarations for module imports.
Replace some obvious deadcode that voilates flake8, separate pass for removing
dead code rather than commenting will be handled later.
2018-05-24 16:51:51 -05:00
Ryan Harper 86216997f3 Add missing 'sig' parameter in confirm callback 2018-05-24 16:51:51 -05:00
Ryan Harper 2b41811d65 Remove unused 'os' import 2018-05-24 16:51:51 -05:00
Ryan Harper 0849db7c14 Add pyflakes3 target and script 2018-05-24 16:51:49 -05:00
Michael Hudson-Doyle bd48ed9b1d remove SimpleList
and the Body widget, both utterly trivial
2018-05-25 09:35:25 +12:00
Michael Hudson-Doyle 752b15eac3 fix welcome screen when LANG is set in environment
https://bugs.launchpad.net/subiquity/+bug/1773216
2018-05-25 09:29:52 +12:00
Michael Hudson-Doyle dce672609a
Merge pull request #342 from smoser/cleanup/makefile-pythonpath
Makefile: Always put PYTHONPATH into environment
2018-05-25 09:14:07 +12:00
Scott Moser d71cb7cadf Makefile: Always put PYTHONPATH into environment
Just use 'export PYTHONPATH' in the Makefile so that we all targets
have that in their environment.
2018-05-24 12:47:16 -04:00
Ryan Harper ae94db26ac
Merge pull request #340 from raharper/fix/drop-dead-code
Drop commented out / dead code
2018-05-24 08:55:31 -05:00
Michael Hudson-Doyle 8f914a9dbd proxy tweaks
only send network-proxy-set if proxy has changed
fix proxy_systemd_dropin
2018-05-24 15:33:03 +12:00