~salvatore-orlando/neutron/quantum-api-auth

« back to all changes in this revision

Viewing changes to quantum/api/views/ports.py

  • Committer: Salvatore Orlando
  • Date: 2011-08-30 16:06:19 UTC
  • mfrom: (37.1.22 quantum-835216)
  • Revision ID: salvatore.orlando@eu.citrix.com-20110830160619-ay4jfkz9lsy56t0h
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
class ViewBuilder(object):
25
25
 
26
 
    def __init__(self, base_url):
 
26
    def __init__(self, base_url=None):
27
27
        """
28
28
        :param base_url: url of the root wsgi application
29
29
        """