Commit Graph

4 Commits (d4e389971048271862be2bb8b066bb4998e062ee)

Author SHA1 Message Date
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