[master] Use constants for connection timeout and thread names

Martin Kolman mkolman at gmail.com
Thu Mar 21 12:31:28 UTC 2013


PATCH 1/2 Renames the CONNECTION_TIMEOUT to the constants module and renames it to NETWORK_CONNECTION_TIMEOUT

PATCH 2/2 Replaces all hardcoded thread names with constants defined in the constants module.

Martin Kolman (2):
  Move network connection timeout from network to constants
  Use constants for thread names

 anaconda                                |  6 +++---
 pyanaconda/constants.py                 | 21 ++++++++++++++++++
 pyanaconda/exception.py                 |  4 ++--
 pyanaconda/network.py                   |  6 +++---
 pyanaconda/ntp.py                       |  3 ++-
 pyanaconda/packaging/__init__.py        |  4 ++--
 pyanaconda/packaging/livepayload.py     |  4 ++--
 pyanaconda/ui/gui/hubs/progress.py      |  6 +++---
 pyanaconda/ui/gui/spokes/custom.py      |  3 ++-
 pyanaconda/ui/gui/spokes/lib/refresh.py |  5 +++--
 pyanaconda/ui/gui/spokes/network.py     |  5 +++--
 pyanaconda/ui/gui/spokes/software.py    | 21 ++++++++++--------
 pyanaconda/ui/gui/spokes/source.py      | 38 ++++++++++++++++-----------------
 pyanaconda/ui/gui/spokes/storage.py     | 20 +++++++++--------
 pyanaconda/ui/tui/hubs/progress.py      |  6 +++---
 pyanaconda/ui/tui/simpleline/base.py    |  4 +++-
 pyanaconda/ui/tui/spokes/storage.py     |  9 ++++----
 17 files changed, 99 insertions(+), 66 deletions(-)

-- 
1.8.1.4



More information about the anaconda-patches mailing list