Did some cleanup. eric7

Tue, 25 May 2021 17:16:13 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 25 May 2021 17:16:13 +0200
branch
eric7
changeset 8375
057f17f82bee
parent 8374
82151410efbb
child 8376
43caa4cc9bd1

Did some cleanup.

eric7/EricGraphics/EricArrowItem.py file | annotate | diff | comparison | revisions
eric7/EricGraphics/EricGraphicsView.py file | annotate | diff | comparison | revisions
eric7/EricGraphics/__init__.py file | annotate | diff | comparison | revisions
eric7/Tasks/Task.py file | annotate | diff | comparison | revisions
--- a/eric7/EricGraphics/EricArrowItem.py	Tue May 25 17:12:48 2021 +0200
+++ b/eric7/EricGraphics/EricArrowItem.py	Tue May 25 17:16:13 2021 +0200
@@ -6,7 +6,6 @@
 """
 Module implementing a graphics item subclass for an arrow.
 """
-# TODO: rename this module to EricArrowItem
 
 import enum
 import math
--- a/eric7/EricGraphics/EricGraphicsView.py	Tue May 25 17:12:48 2021 +0200
+++ b/eric7/EricGraphics/EricGraphicsView.py	Tue May 25 17:16:13 2021 +0200
@@ -6,7 +6,6 @@
 """
 Module implementing a canvas view class.
 """
-# TODO: rename this module to EricGraphicsView
 
 import sys
 
--- a/eric7/EricGraphics/__init__.py	Tue May 25 17:12:48 2021 +0200
+++ b/eric7/EricGraphics/__init__.py	Tue May 25 17:16:13 2021 +0200
@@ -6,4 +6,3 @@
 """
 Package implementing some QGraphicsView related general purpoe classes.
 """
-# TODO: rename this package to EricGraphics
--- a/eric7/Tasks/Task.py	Tue May 25 17:12:48 2021 +0200
+++ b/eric7/Tasks/Task.py	Tue May 25 17:16:13 2021 +0200
@@ -41,7 +41,7 @@
     LOW = 2
 
 
-# TODO: eric7: separate into Task and TaskItem(QTreeWidgetItem)
+# NOTE: eric7: separate into Task and TaskItem(QTreeWidgetItem)
 class Task(QTreeWidgetItem):
     """
     Class implementing the task data structure.

eric ide

mercurial