PluginTimeTracker.py

changeset 18
73bd1fdd7102
parent 15
645506ab3376
child 21
28b7956c9608
equal deleted inserted replaced
17:2dc5c5af1cf3 18:73bd1fdd7102
24 deactivateable = True 24 deactivateable = True
25 version = "0.1.0" 25 version = "0.1.0"
26 className = "TimeTrackerPlugin" 26 className = "TimeTrackerPlugin"
27 packageName = "TimeTracker" 27 packageName = "TimeTracker"
28 shortDescription = "Time Tracker to keep track of the project time." 28 shortDescription = "Time Tracker to keep track of the project time."
29 longDescription = """This plugin implements a time tracker to keep track""" \ 29 longDescription = """This plug-in implements a time tracker to keep track""" \
30 """ of the time used for a project. The time can be subdivided into tasks.""" 30 """ of the time used for a project. The time can be subdivided into tasks."""
31 needsRestart = False 31 needsRestart = False
32 pyqtApi = 2 32 pyqtApi = 2
33 # End-Of-Header 33 # End-Of-Header
34 34

eric ide

mercurial