Added unicode_literals; thanks Nick
This commit is contained in:
parent
1e908f8acc
commit
6ad2ec26f7
@ -29,7 +29,7 @@ The User class provides basic interaction with the user.
|
||||
# Python Modules
|
||||
#
|
||||
#------------------------------------------------------------------------
|
||||
from __future__ import print_function
|
||||
from __future__ import print_function, unicode_literals
|
||||
import sys
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
|
@ -22,6 +22,8 @@
|
||||
|
||||
# $Id$
|
||||
|
||||
from __future__ import unicode_literals
|
||||
|
||||
"""
|
||||
A utility to make a best guess if a person is alive. This is used to provide
|
||||
privacy in reports and exports.
|
||||
|
Loading…
Reference in New Issue
Block a user