dbapi.py
branchstable
changeset 3713 a090324efefe
parent 3707 78596919ede3
child 3720 5376aaadd16b
child 3832 ce8dd861f442
--- a/dbapi.py	Fri Oct 16 18:41:40 2009 +0200
+++ b/dbapi.py	Fri Oct 16 18:44:28 2009 +0200
@@ -446,7 +446,7 @@
         return self._repo.get_schema()
 
     def load_appobjects(self, cubes=_MARKER, subpath=None, expand=True,
-                      force_reload=None):
+                        force_reload=None):
         config = self.vreg.config
         if cubes is _MARKER:
             cubes = self._repo.get_cubes()