~mmcg069/software-center/star-tweaks

« back to all changes in this revision

Viewing changes to softwarecenter/db/database.py

  • Committer: Matthew McGowan
  • Date: 2011-03-28 23:42:21 UTC
  • mfrom: (1556.1.63 trunk)
  • Revision ID: matthew.joseph.mcgowan@gmail.com-20110328234221-vom945vs47g7b0cg
merge w trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
    """
80
80
    axi_values = {}
81
81
    if not os.path.exists(filename):
82
 
        return
 
82
        return axi_values
83
83
    for raw_line in open(filename):
84
84
        line = string.split(raw_line, "#", 1)[0]
85
85
        if line.strip() == "":