~ubuntu-branches/ubuntu/raring/apt-xapian-index/raring-proposed

« back to all changes in this revision

Viewing changes to plugins/apttags.py

  • Committer: Bazaar Package Importer
  • Author(s): Enrico Zini
  • Date: 2010-05-24 17:31:08 UTC
  • mfrom: (5.1.11 sid)
  • Revision ID: james.westby@ubuntu.com-20100524173108-3vvrnppxh6qty33b
Tags: 0.37
Move #DEBHELPER# at the beginning of postinst, otherwise
update-python-modules -p doesn't seem to always work. Closes: #581811

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
            return
127
127
 
128
128
 
129
 
def init():
 
129
def init(**kw):
130
130
    """
131
131
    Create and return the plugin object.
132
132
    """