comparison: eric6.pyw
eric6.pyw
- branch
- 6_1_x
- changeset 4541
- e8ddd9d76414
- parent 4021
- 195a471c327b
- child 4631
- 5c1a96925da4
equal
deleted
inserted
replaced
5 |
5 |
6 """ |
6 """ |
7 Module implementing the Windows entry point. |
7 Module implementing the Windows entry point. |
8 """ |
8 """ |
9 |
9 |
|
10 from __future__ import unicode_literals |
|
11 |
10 from eric6 import main |
12 from eric6 import main |
11 |
13 |
12 main() |
14 main() |