Commit Graph

6 Commits (d76f4f1795f66ab856c52d4d24af2aa3dc6d0dfc)

Author SHA1 Message Date
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) 9 years ago
Shota d25c487ac8 Fix some typos (#2490) 9 years ago
Shinichi TAMURA cb94edd17f Added timezone module (#2414) 9 years ago