unicode literals for {} formats

This commit is contained in:
Doug Blank 2013-12-20 11:59:07 -05:00
parent a859b5f562
commit f5336d2296
2 changed files with 3 additions and 0 deletions

View File

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

View File

@ -26,6 +26,7 @@
# python modules
#
#------------------------------------------------------------------------
from __future__ import unicode_literals
from functools import partial
import datetime
import time