Added unicode_literals; thanks Nick
This commit is contained in:
		| @@ -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. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user