comparison: src/eric7/eric7_sqlbrowser.pyw
src/eric7/eric7_sqlbrowser.pyw
- branch
- eric7
- changeset 9629
- 88ac13e691d6
- parent 9209
- b99e7fd55fd3
- child 9653
- e67609152c5e
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 eric7_sqlbrowser import main |
10 if __name__ == "__main__": |
|
11 from eric7_sqlbrowser import main |
11 |
12 |
12 main() |
13 main() |