4540:45627d092846 | 4543:2e6a880670e9 |
---|---|
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_qregexp import main | 12 from eric6_qregexp import main |
11 | 13 |
12 main() | 14 main() |