unicode literals for {} formats

This commit is contained in:
Doug Blank 2013-12-20 12:02:41 -05:00
parent 6ad2ec26f7
commit d3056d33f5

View File

@ -33,6 +33,7 @@ instead of a date.
The DateEditor provides a dialog in which the date can be The DateEditor provides a dialog in which the date can be
unambiguously built using UI controls such as menus and spin buttons. unambiguously built using UI controls such as menus and spin buttons.
""" """
from __future__ import unicode_literals
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #