~tribaal/charms/trusty/ceph-osd/ceph-zap-fix

« back to all changes in this revision

Viewing changes to hooks/charmhelpers/fetch/giturl.py

  • Committer: Edward Hope-Morley
  • Date: 2015-02-24 11:00:08 UTC
  • Revision ID: edward.hope-morley@canonical.com-20150224110008-i2ilnxx56b7o794g
[trivial] charmhelpers sync

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    apt_install("python-git")
33
33
    from git import Repo
34
34
 
35
 
from git.exc import GitCommandError
 
35
from git.exc import GitCommandError  # noqa E402
36
36
 
37
37
 
38
38
class GitUrlFetchHandler(BaseFetchHandler):