diff options
author | nyamatongwe <unknown> | 2011-07-25 14:15:06 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2011-07-25 14:15:06 +1000 |
commit | b8500b3f2677edb364815a81b262055e526dce93 (patch) | |
tree | 1ef1ca803c251b1d347d89d8c0455c3aea454efa /test/XiteMenu.py | |
parent | 09fd0473a17f58b3f744d99a3f57cca60bf2aaf1 (diff) | |
download | scintilla-mirror-b8500b3f2677edb364815a81b262055e526dce93.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 = [ |