Switch to side-by-side view
--- a/ForgeSVN/forgesvn/svn_main.py +++ b/ForgeSVN/forgesvn/svn_main.py @@ -39,10 +39,6 @@ def repo(self): return SM.Repository.query.get(app_config_id=self.config._id) - @property - def templates(self): - return pkg_resources.resource_filename('forgesvn', 'templates') - def install(self, project): '''Create repo object for this tool''' super(ForgeSVNApp, self).install(project)