Browse Source

Suppression of 'tools.py'

Alexis CLEMENT 8 years ago
parent
commit
9b3f17f626
1 changed files with 0 additions and 22 deletions
  1. 0 22
      tracim/tracim/controllers/tools.py

+ 0 - 22
tracim/tracim/controllers/tools.py View File

@@ -1,22 +0,0 @@
1
-# -*- coding: utf-8 -*-
2
-
3
-import tg
4
-from tg.decorators import override_template
5
-from tracim.controllers.read import ReadController
6
-from tracim.lib.base import BaseController
7
-
8
-
9
-class ToolsController(BaseController):
10
-    """
11
-    TODO Manage rights
12
-    """
13
-
14
-    read = ReadController()
15
-
16
-    @classmethod
17
-    def current_item_id_key_in_context(cls) -> str:
18
-        pass
19
-
20
-    @tg.expose()
21
-    def index(self):
22
-        return dict()