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
..
2016-12-08 11:32:18 -05:00
2016-12-08 11:34:27 -05:00
2016-12-08 11:32:51 -05:00
2016-12-08 11:33:25 -05:00
2016-12-08 11:34:26 -05:00
2016-12-08 11:34:26 -05:00
2016-12-08 11:34:24 -05:00
2016-12-08 11:33:50 -05:00
2016-12-08 11:34:34 -05:00
2016-12-08 11:34:31 -05:00
2016-12-08 11:34:26 -05:00
2016-12-08 11:34:26 -05:00
2016-12-08 11:34:18 -05:00
2016-12-08 11:32:51 -05:00
2016-12-08 11:34:33 -05:00
2016-12-08 11:34:20 -05:00
2016-12-08 11:33:50 -05:00
2016-12-08 11:34:34 -05:00
2016-12-08 11:34:09 -05:00
2016-12-08 11:34:20 -05:00
2016-12-08 11:33:40 -05:00
2016-12-08 11:33:25 -05:00
2016-12-08 11:34:20 -05:00
2016-12-08 11:34:15 -05:00
2016-12-08 11:34:04 -05:00
2016-12-08 11:34:21 -05:00
2016-12-08 11:34:20 -05:00
2016-12-08 11:34:20 -05:00
2016-12-08 11:33:21 -05:00
2016-12-08 11:34:20 -05:00
2016-12-08 11:34:35 -05:00
2016-12-08 11:34:08 -05:00
2016-12-08 11:33:48 -05:00