diff options
Diffstat (limited to 'scintilla/test/xite.py')
-rw-r--r-- | scintilla/test/xite.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scintilla/test/xite.py b/scintilla/test/xite.py new file mode 100644 index 0000000..56b9c5f --- /dev/null +++ b/scintilla/test/xite.py @@ -0,0 +1,6 @@ +# -*- coding: utf-8 -*-
+
+import XiteWin
+
+if __name__ == "__main__":
+ XiteWin.main("")
|