diff --git a/rhodecode/controllers/branches.py b/rhodecode/controllers/branches.py --- a/rhodecode/controllers/branches.py +++ b/rhodecode/controllers/branches.py @@ -33,6 +33,7 @@ from rhodecode.lib.utils import OrderedD log = logging.getLogger(__name__) + class BranchesController(BaseRepoController): @LoginRequired()