Commit Graph

4 Commits (a367a9ac014b5f00fe93916c0bb478a8867e7ada)

Author SHA1 Message Date
Adrian Likins 66716d58a2 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.
2016-12-08 11:34:35 -05:00
Nate Prewitt 842394b1ab removing | from description so docs render properly in RTD (#2533) 2016-12-08 11:34:31 -05:00
Shota a369096f88 Fix some typos (#2490) 2016-12-08 11:34:25 -05:00
Shinichi TAMURA 3cb598f9f8 Added timezone module (#2414) 2016-12-08 11:34:24 -05:00