Merge pull request #870 from jberry-suse/check_repo-plugindir

check_repo: include PLUGINDIR for executing scripts.
This commit is contained in:
Jimmy Berry 2017-05-03 19:34:53 -05:00 committed by GitHub
commit 20fa52654f

View File

@ -30,6 +30,7 @@ from osc import cmdln
from osc import conf
from osc import oscerr
PLUGINDIR = os.path.dirname(os.path.realpath(__file__.replace('.pyc', '.py')))
from osclib.conf import Config
from osclib.checkrepo import CheckRepo
from osclib.checkrepo import BINCACHE, DOWNLOADS