A read only uri property should be fine

This commit is contained in:
Joshua Harlow 2016-05-13 13:55:15 -07:00
parent e729d6b6b1
commit b83edf3275
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class QuotaEngine(object):
"""The abstraction that all quota engines derive from."""
def __init__(self, uri):
self._uri = uri
self.uri = uri
def start(self):
"""Performs any engine startup (connection setup, validation...)"""