__init__: accept the distgit_namespaced kwarg to the commands class

This commit is contained in:
Brian Stinson 2016-04-27 21:14:51 -05:00
parent 0da767d512
commit 05c687c5f4

View file

@ -25,6 +25,8 @@ from pyrpkg import Commands, rpkgError
from centos import centos_cert
from . import cli
__version__ = '0.5.0'
class DistGitDirectory(object):
signame = None
@ -91,7 +93,7 @@ class Commands(Commands):
def __init__(self, path, lookaside, lookasidehash, lookaside_cgi,
gitbaseurl, anongiturl, branchre, kojiconfig,
build_client, user=None, dist=None, target=None,
quiet=False):
quiet=False, distgit_namespaced=False):
'''
Init the object and some configuration details.
'''