~ubuntu-core-dev/update-notifier/ubuntu

« back to all changes in this revision

Viewing changes to data/hooks.py

  • Committer: Sebastien Bacher
  • Date: 2019-03-19 10:17:55 UTC
  • Revision ID: seb128@ubuntu.com-20190319101755-uwzt3mx2910elowy
* debian/control, autogen.sh:
  - don't build-depends on gnome-common, that is deprecated and was
    comment out in the autogen.sh already anyway

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
                # we last saw it
76
76
                h = self._hooks[hook]
77
77
                if os.stat(self.hookDir + hook).st_mtime > int(h.mtime):
78
 
                    h.seen = False
 
78
                        h.seen = False
79
79
            else:
80
80
                self._hooks[hook] = self.HookFile(hook)
81
81