scripts/users-from-fas: import the print_function from __future__ for when we need to be py2 compatible

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-06-09 23:19:08 +02:00
parent 491ee01d35
commit e83dcc26fa

View file

@ -5,6 +5,8 @@
# Author: Pierre-Yves Chibon <pingou@pingoured.fr>
# Author: Toshio Kuratomi <toshio@fedoraproject.org>
from __future__ import print_function
__version_info__ = ((0, 1),)
import os