fix mistake that prevent python2 to work

This commit is contained in:
Zdeněk Hataš 2015-06-07 11:10:22 +02:00
parent 6605d868cb
commit ea2c71d238

View File

@ -22,7 +22,7 @@
""" """
Czech-specific classes for parsing and displaying dates. Czech-specific classes for parsing and displaying dates.
""" """
from __future__ import unicode_literals
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #
# Python modules # Python modules