changeset 69:fea269259222

move comment to more appropriate place
author Jeff Hammel <jhammel@mozilla.com>
date Sat, 26 Jan 2013 00:00:56 -0800
parents d001017d5870
children 81142931ebbd
files paint/info.py paint/package.py
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/paint/info.py	Fri Jan 25 23:43:13 2013 -0800
+++ b/paint/info.py	Sat Jan 26 00:00:56 2013 -0800
@@ -22,6 +22,9 @@
 # see http://www.python.org/dev/peps/pep-0314/ :
 # Metadata for Python Software Packages
 
+
+# TODO: consider using pkginfo
+
 class PackageInfo(object):
     """abstract base class of package info"""
     def __init__(self, path):
--- a/paint/package.py	Fri Jan 25 23:43:13 2013 -0800
+++ b/paint/package.py	Sat Jan 26 00:00:56 2013 -0800
@@ -126,8 +126,6 @@
 
     def info(self):
         """return info dictionary for package"""
-        # could use pkginfo module
-
         self._log(">>> Getting the info")
         return self.package_info(self._path())()