comparison: eric7/eric7_unittest.pyw
eric7/eric7_unittest.pyw
- branch
- eric7-maintenance
- changeset 9131
- bc0c1b6d6adb
- parent 9112
- 9967ae9f0906
- child 9136
- 9e0cf68f727b
equal
deleted
inserted
replaced
1 # -*- coding: utf-8 -*- |
|
2 |
|
3 # Copyright (c) 2011 - 2022 Detlev Offenbach <detlev@die-offenbachs.de> |
|
4 # |
|
5 |
|
6 """ |
|
7 Module implementing the Windows entry point. |
|
8 """ |
|
9 |
|
10 from eric7_unittest import main |
|
11 |
|
12 main() |
|