

my.hivelocity.net
    apps/account/views.py
        import ubersmith.client

        ubersmith.client.get(client_id=client_id)
        ubersmith.client.update(client_id=client_id, **form.cleaned_data)
        ubersmith.client.contact_delete(client_id=client.pk, contact_id=contact_id)
        ubersmith.client.credit_list(client_id=client_id)
        ubersmith.client.invoice_get(invoice_id=invoice_id)
        ubersmith.client.invoice_get(invoice_id=invoice_id, format="pdf")
        ubersmith.client.invoice_list(client_id=client.pk)



$ grep -rl ubersmith * | grep -v test_
    apps/gluster/forms.py
    apps/hardware/views.py
    apps/mydns/zone.py
    apps/orders/utils.py
    apps/orders/views.py
    apps/services/views.py
    apps/support/views.py
    apps/surveys/utils.py
    hivelocityportal/context_processors.py
    hivelocityportal/settings/__init__.py
    hivelocityportal/settings/base.py
    hivelocityportal/settings/dev.py
    hivelocityportal/settings/local.py
    hivelocityportal/settings/local.py.example
    hivelocityportal/settings/prod.py
    hivelocityportal/tests/conftest.py
    hivelocityportal/tests/gluster/conftest.py
    hivelocityportal/tests/hardware/conftest.py
    hivelocityportal/tests/orders/conftest.py
    hivelocityportal/tests/settings.py
    uberapi.py
