comparison paint/package.py @ 53:c588375a7ce4

starting a new strawman to work out kinks
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 02 Jan 2013 13:59:27 -0800
parents 026d693cd561
children d5e5c7496784
comparison
equal deleted inserted replaced
52:026d693cd561 53:c588375a7ce4
183 183
184 def info(self): 184 def info(self):
185 """return info dictionary for package""" 185 """return info dictionary for package"""
186 # could use pkginfo module 186 # could use pkginfo module
187 187
188 print ">>> Getting the info""" 188 self._log(">>> Getting the info")
189 189
190 pkg_info = self._pkg_info() 190 pkg_info = self._pkg_info()
191 191
192 # read the package information 192 # read the package information
193 info_dict = {} 193 info_dict = {}