Commit Graph

7 Commits (271e300745b7200fc57383916d87efd6640d093e)

Author SHA1 Message Date
Jonathan Mainguy df35d324d6 fix timezone for centos6 (#3078) 8 years ago
Toshio Kuratomi b576e116f0 Style cleanups:
* Don't use iterkeys
* Don't use wildcard imports
8 years ago
Michael Scherer a2d3aac8cc Use six for iteration, to make it run on python3 (#2800) 8 years ago
Adrian Likins 28bb69bd41 Use %s string formatting in system/timezone.py (#2632)
This module was using python 2.6 string .format().
To enable the module to run on python2.4, replace
the .format formatting with '%s' based string formatting.

There was also a use of a 'filename' variable in the
NosystemdTimezone.get() method that was never set.

An import of 'os' was also added for clarity.
8 years ago
Nate Prewitt a70cfeed15 removing | from description so docs render properly in RTD (#2533) 8 years ago
Shota d25c487ac8 Fix some typos (#2490) 9 years ago
Shinichi TAMURA cb94edd17f Added timezone module (#2414) 9 years ago