diff options
Diffstat (limited to 'backends/openstack.py')
-rw-r--r-- | backends/openstack.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/openstack.py b/backends/openstack.py index 5f2a2771..c027231c 100644 --- a/backends/openstack.py +++ b/backends/openstack.py @@ -17,7 +17,7 @@ class OpenStackDatabase(ObjectStore): self._auth_key) self._get_auth() # this will ensure transaction and sync logs exist and are up-to-date. - super(OpenStackDatabase, self) + super(OpenStackDatabase, self).__init__() #------------------------------------------------------------------------- # implemented methods from Database |