__init__.py

Fri, 15 Aug 2014 15:30:08 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 15 Aug 2014 15:30:08 +0200
branch
eric5
changeset 54
2fc3b5642625
parent 44
fe7ddb709c6a
child 57
02b9538f4095
permissions
-rw-r--r--

Fixed a source code warning.

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