bb368d3 __call_api: use only one underscore

Authored and Committed by mbasti 7 years ago
    __call_api: use only one underscore
    
    "Double-underscored" methods makes it harder for developer to
    inherite from Pagure class and update it with own methods
    due name mangling in python. Is enough to have
    _call_api which can be used in inherited classes without
    name mangling but still has meaning as internal API.
    
        
file modified
+31 -31