~mvo/software-center/recommends

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Kiwinote
  • Date: 2011-11-08 16:56:09 UTC
  • mto: This revision was merged to the branch mainline in revision 2549.
  • Revision ID: kiwinote@gmail.com-20111108165609-25gsbe9vb4o7mdcz
* setup.py:
  - list sc.backend.oneconfhandler and sc.backend.reviews as packages
    this allows s-c to startup on the development release (LP: #887392)

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
                'softwarecenter.backend',
90
90
                'softwarecenter.backend.installbackend_impl',
91
91
                'softwarecenter.backend.channel_impl',
 
92
                'softwarecenter.backend.oneconfhandler',
92
93
                'softwarecenter.backend.piston',
 
94
                'softwarecenter.backend.reviews',
93
95
                'softwarecenter.db',
94
96
                'softwarecenter.db.pkginfo_impl',
95
97
                'softwarecenter.db.history_impl',