comparison: eric6/QScintilla/Shell.py
eric6/QScintilla/Shell.py
- changeset 7229
- 53054eb5b15a
- parent 7198
- 684261ef2165
- child 7267
- aedc309827c7
equal
deleted
inserted
replaced
5 |
5 |
6 """ |
6 """ |
7 Module implementing a graphical Python shell. |
7 Module implementing a graphical Python shell. |
8 """ |
8 """ |
9 |
9 |
10 from __future__ import unicode_literals |
|
11 |
10 |
12 import sys |
11 import sys |
13 import re |
12 import re |
14 |
13 |
15 try: |
14 try: |