diff options
author | volpino <fox91@anche.no> | 2012-12-05 18:43:16 +0100 |
---|---|---|
committer | volpino <fox91@anche.no> | 2012-12-05 18:43:32 +0100 |
commit | 907eff4214c7d66c121d7ded9fbc2799637b0035 (patch) | |
tree | a41a6365f4497316ca4697840ca5d720ad970e57 | |
parent | Merge branch 'master' of https://github.com/iksaif/euscan (diff) | |
download | euscan-907eff4214c7d66c121d7ded9fbc2799637b0035.tar.gz euscan-907eff4214c7d66c121d7ded9fbc2799637b0035.tar.bz2 euscan-907eff4214c7d66c121d7ded9fbc2799637b0035.zip |
euscan: minor PEP8 fix
Signed-off-by: volpino <fox91@anche.no>
-rw-r--r-- | pym/euscan/handlers/gnome.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/euscan/handlers/gnome.py b/pym/euscan/handlers/gnome.py index 9836e91..faaf72d 100644 --- a/pym/euscan/handlers/gnome.py +++ b/pym/euscan/handlers/gnome.py @@ -18,6 +18,7 @@ PRIORITY = 90 GNOME_URL_SOURCE = 'http://ftp.gnome.org/pub/GNOME/sources' + def can_handle(_pkg, url=None): return url and url.startswith('mirror://gnome/') |