PyInstaller/__init__.py

branch
eric7
changeset 38
fc9ef9dcd51a
parent 37
9ecfea29a47c
child 39
5b34af15d930
equal deleted inserted replaced
37:9ecfea29a47c 38:fc9ef9dcd51a
1 # -*- coding: utf-8 -*-
2
3 # Copyright (c) 2018 - 2021 Detlev Offenbach <detlev@die-offenbachs.de>
4 #
5
6 """
7 Package containing dialogs of the PyInstaller interface plug-in.
8 """

eric ide

mercurial