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:
parent
491ee01d35
commit
e83dcc26fa
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue