comparison: eric6/eric6_qregularexpression.pyw
eric6/eric6_qregularexpression.pyw
- changeset 7781
- 607a6098cb44
- parent 7360
- 9190402e4505
- child 7923
- 91e843545d9a
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 |
|
11 from eric6_qregularexpression import main |
10 from eric6_qregularexpression import main |
12 |
11 |
13 main() |
12 main() |