diff options
author | nyamatongwe <devnull@localhost> | 2011-07-25 14:15:06 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2011-07-25 14:15:06 +1000 |
commit | bbab85d57513310b019006b999fd04b88a34ec49 (patch) | |
tree | d20a31cb37c0b69e7d4dd5271bb6bc73d58dcabb /test/XiteMenu.py | |
parent | a57bbf73951d047ec5b96d5c81381b8b6c52abb3 (diff) | |
download | scintilla-mirror-bbab85d57513310b019006b999fd04b88a34ec49.tar.gz |
Using 'from __future__ import unicode_literals' to make work on Python 2.7.
Diffstat (limited to 'test/XiteMenu.py')
-rw-r--r-- | test/XiteMenu.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/XiteMenu.py b/test/XiteMenu.py index f265387cb..b047cf804 100644 --- a/test/XiteMenu.py +++ b/test/XiteMenu.py @@ -1,5 +1,7 @@ # -*- coding: utf-8 -*- +from __future__ import unicode_literals + """ Define the menu structure used by the Pentacle applications """ MenuStructure = [ |