~mmcg069/software-center/description-improvements

« back to all changes in this revision

Viewing changes to softwarecenter/db/database.py

  • Committer: Matthew McGowan
  • Date: 2011-09-20 20:53:11 UTC
  • mfrom: (2362.3.8 trunk)
  • Revision ID: matthew.joseph.mcgowan@gmail.com-20110920205311-lrdoiz3l4su2wu44
merge w trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
186
186
        """ open the database """
187
187
        if pathname:
188
188
            self._db_pathname = pathname
 
189
        # clean existing DBs on open
 
190
        self._db_per_thread = {} 
 
191
        self._parser_per_thread = {} 
189
192
        # add the apt-xapian-database for here (we don't do this
190
193
        # for now as we do not have a good way to integrate non-apps
191
194
        # with the UI)