コード例 #1
0
def get_base_url(customer_name):

    return Hierarchy.get_customer_property(customer_name,
                                           CoreProperty.PackageUrl)
コード例 #2
0
ファイル: rv_db_calls.py プロジェクト: MiguelMoll/vFense
def get_base_url(customer_name):

    return Hierarchy.get_customer_property(
        customer_name,
        CoreProperty.PackageUrl
    )