]> git.donarmstrong.com Git - dak.git/blobdiff - daklib/dbconn.py
Refactor do_newer_version() in cruft_report.py.
[dak.git] / daklib / dbconn.py
index efe2d13761551a7f243c512a81cd779a33b35a0f..d4b14293161a321a3630acae51e8bbf9c6deb741 100755 (executable)
@@ -1575,8 +1575,6 @@ __all__.append('get_dbchange')
 
 ################################################################################
 
-# TODO: Why do we have a separate Location class? Can't it be fully integrated
-# into class Component?
 class Location(ORMObject):
     def __init__(self, path = None, component = None):
         self.path = path