~ubuntu-branches/ubuntu/maverick/ubufox/maverick-proposed

« back to all changes in this revision

Viewing changes to pfs/db/nppapt.py

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2008-09-12 12:02:19 UTC
  • mto: (1.1.23)
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: james.westby@ubuntu.com-20080912120219-0z5uyj4ifjaii3wa
Tags: upstream-0.6~b1
ImportĀ upstreamĀ versionĀ 0.6~b1

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
                        for app_id in app_ids:
76
76
                                section = record['Section']
77
77
                                (real_section, seperator, tail) = section.partition( "/" )
 
78
                                if tail == "":
 
79
                                        real_section = "main"
 
80
 
78
81
                                entries.append( NppInfo ( \
79
82
                                                pkg.name.strip(), \
80
83
                                                pkg.description, \