Commit Graph

4 Commits (5fbb0de36fa14a464b7eb5fd9fcd547f96b746e8)

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.
10 years ago
Nate Prewitt a70cfeed15 removing | from description so docs render properly in RTD (#2533) 10 years ago
Shota d25c487ac8 Fix some typos (#2490) 10 years ago
Shinichi TAMURA cb94edd17f Added timezone module (#2414) 10 years ago