comparison: eric7/eric7_unittest.pyw
eric7/eric7_unittest.pyw
- branch
- eric7
- changeset 8314
- e3642a6a1e71
- parent 8312
- 800c432b34c8
- child 8881
- 54e42bc2437a
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 eric6_unittest import main |
10 from eric7_unittest import main |
11 |
11 |
12 main() |
12 main() |