~evfool/software-center/lp1076189

« back to all changes in this revision

Viewing changes to softwarecenter/ui/gtk3/session/appmanager.py

  • Committer: Michael Vogt
  • Date: 2012-12-17 08:51:40 UTC
  • mfrom: (3274.1.1 pep8-e125)
  • Revision ID: michael.vogt@ubuntu.com-20121217085140-1wkpd4sopmdw5iyo
mergedĀ lp:~mvo/software-center/pep8-e125

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
 
111
111
        # this allows us to 'upgrade' deb files
112
112
        if (action == AppActions.UPGRADE and app.request and
113
 
            isinstance(app, DebFileApplication)):
 
113
                isinstance(app, DebFileApplication)):
114
114
            action = AppActions.INSTALL
115
115
 
116
116
        # action_func is one of: