comparison: eric7/eric7_virtualenv.pyw
eric7/eric7_virtualenv.pyw
- branch
- eric7
- changeset 8611
- 0b1a09e47e98
- child 8881
- 54e42bc2437a
equal
deleted
inserted
replaced
|
1 # -*- coding: utf-8 -*- |
|
2 |
|
3 # Copyright (c) 2021 Detlev Offenbach <detlev@die-offenbachs.de> |
|
4 # |
|
5 |
|
6 """ |
|
7 Module implementing the Windows entry point. |
|
8 """ |
|
9 |
|
10 from eric7_virtualenv import main |
|
11 |
|
12 main() |