diff options
author | Armin Kuster <akuster808@gmail.com> | 2019-03-08 06:37:26 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-04-13 12:30:32 -0700 |
commit | e7721ee7e7942570ebab793f5870d7a021154a92 (patch) | |
tree | d35b70347e7b7d1182142298f4b3cbb4cbe8a2e5 /scripts/lib/devtool/standard.py | |
parent | aa5c0d159c5016c6517f42a0a1738188b5646517 (diff) | |
download | openembedded-core-e7721ee7e7942570ebab793f5870d7a021154a92.tar.gz openembedded-core-e7721ee7e7942570ebab793f5870d7a021154a92.tar.bz2 openembedded-core-e7721ee7e7942570ebab793f5870d7a021154a92.zip |
python: time.tzset missing
import time
time.tzset()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: module 'time' has no attribute 'tzset'
enable tzset in both python versions
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
[Fix up for Thud context ie python3_3.5.6]
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'scripts/lib/devtool/standard.py')
0 files changed, 0 insertions, 0 deletions