__init__.py

Sat, 26 Oct 2024 17:13:16 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 26 Oct 2024 17:13:16 +0200
branch
eric7
changeset 118
d3f658f306d4
parent 114
f58b64382e67
child 120
9ccde4517fca
permissions
-rw-r--r--

- changed to the new style header
- ensured proper parent relationship of modal dialogs
- included compiled form files

31
db0afa672b75 Updated copyright for 2013 and corrected the contents of the top level __init__.py to include a proper copyright header and descrption.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
1 # -*- coding: utf-8 -*-
db0afa672b75 Updated copyright for 2013 and corrected the contents of the top level __init__.py to include a proper copyright header and descrption.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
2
114
f58b64382e67 Updated copyright for 2024.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 113
diff changeset
3 # Copyright (c) 2013 - 2024 Detlev Offenbach <detlev@die-offenbachs.de>
31
db0afa672b75 Updated copyright for 2013 and corrected the contents of the top level __init__.py to include a proper copyright header and descrption.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
4 #
db0afa672b75 Updated copyright for 2013 and corrected the contents of the top level __init__.py to include a proper copyright header and descrption.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
5
db0afa672b75 Updated copyright for 2013 and corrected the contents of the top level __init__.py to include a proper copyright header and descrption.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
6
db0afa672b75 Updated copyright for 2013 and corrected the contents of the top level __init__.py to include a proper copyright header and descrption.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
7 """
db0afa672b75 Updated copyright for 2013 and corrected the contents of the top level __init__.py to include a proper copyright header and descrption.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
8 Package implementing the Time Tracker plugin.
db0afa672b75 Updated copyright for 2013 and corrected the contents of the top level __init__.py to include a proper copyright header and descrption.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
9 """

eric ide

mercurial