[PATCH] Rename tz spoke to avoid potential conflict with std 'time' module.

Chris Lumens clumens at redhat.com
Fri Jul 26 14:09:27 UTC 2013


> Similarly, the datetime spoke in the GUI was named "datetime_spoke.py"
> to avoid the exact same conflict with the "datetime" module. No TUI
> spokes use the "time" module from python-libs as of yet, but I'd rather
> prevent this potential collision from ever being an issue.
> 
> ---
>  pyanaconda/ui/tui/spokes/time.py       | 136 ---------------------------------
>  pyanaconda/ui/tui/spokes/time_spoke.py | 136 +++++++++++++++++++++++++++++++++
>  2 files changed, 136 insertions(+), 136 deletions(-)
>  delete mode 100644 pyanaconda/ui/tui/spokes/time.py
>  create mode 100644 pyanaconda/ui/tui/spokes/time_spoke.py

For those of us who may not know every nuance of git by hand, you can
get the continuous history of this file across the move with:

    git log --follow

There doesn't seem to be a config option to enable this by default, but
you could set up an alias.  You know, if you want.

- Chris


More information about the anaconda-patches mailing list