diff paint/info.py @ 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 da69d58f960d
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):