dbapi.py
changeset 3720 5376aaadd16b
parent 3647 2941f4a0aab9
parent 3707 78596919ede3
child 3890 d7a270f50f54
--- a/dbapi.py	Thu Oct 15 11:20:26 2009 +0200
+++ b/dbapi.py	Mon Oct 19 15:16:41 2009 +0200
@@ -448,7 +448,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()