__init__.py

Mon, 24 Oct 2022 18:11:15 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 24 Oct 2022 18:11:15 +0200
branch
eric7
changeset 109
3d6e8bb07779
parent 105
44bfd9e7e65e
child 113
a9002f9b14d5
permissions
-rw-r--r--

Adapted the import statements to the new structure.

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
105
44bfd9e7e65e Updated copyright for 2022.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 92
diff changeset
3 # Copyright (c) 2013 - 2022 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