Switch to side-by-side view

--- a/ForgeSVN/forgesvn/svn_main.py
+++ b/ForgeSVN/forgesvn/svn_main.py
@@ -88,7 +88,7 @@
         if repo is not None and repo.path:
             shutil.rmtree(repo.path, ignore_errors=True)
         model.SVNRepository.query.remove(dict(app_config_id=self.config._id))
-        Application.uninstall(self, project_id=data['project_id'])
+        super(ForgeSVNApp, self).uninstall(project_id=data['project_id'])
 
 class RootController(object):