euscan: add kde handler and fix some regex issues
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
This commit is contained in:
@ -1,9 +1,6 @@
|
||||
from euscan.handlers import generic
|
||||
from euscan.handlers import php
|
||||
from euscan.handlers import pypi
|
||||
from euscan.handlers import rubygem
|
||||
from euscan.handlers import generic, php, pypi, rubygem, kde
|
||||
|
||||
handlers = [ php, pypi, rubygem, generic ]
|
||||
handlers = [ kde, php, pypi, rubygem, generic ]
|
||||
|
||||
def find_best_handler(cpv, url):
|
||||
for handler in handlers:
|
||||
|
Reference in New Issue
Block a user