comparison: src/eric7/__main__.py
src/eric7/__main__.py
- branch
- eric7
- changeset 9377
- b9c8dc3b7da1
- parent 9221
- bf71ee032bb4
- child 9653
- e67609152c5e
equal
deleted
inserted
replaced
5 |
5 |
6 """ |
6 """ |
7 Main script to enable starting eric7 with 'python -m eric7'. |
7 Main script to enable starting eric7 with 'python -m eric7'. |
8 """ |
8 """ |
9 |
9 |
10 from . import eric7 |
10 from . import eric7_ide |
11 |
11 |
12 eric7.main() |
12 eric7_ide.main() |