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/XiteWin.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/XiteWin.py')
-rw-r--r-- | test/XiteWin.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/XiteWin.py b/test/XiteWin.py index 6cb4f35f6..695fb0e0a 100644 --- a/test/XiteWin.py +++ b/test/XiteWin.py @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- from __future__ import with_statement +from __future__ import unicode_literals import os, sys, unittest |