[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[snapshot/master] Remove unused controllers/tstctrl.py



---
 web/app/snapshot/controllers/tstctrl.py |   16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)
 delete mode 100644 web/app/snapshot/controllers/tstctrl.py

diff --git a/web/app/snapshot/controllers/tstctrl.py b/web/app/snapshot/controllers/tstctrl.py
deleted file mode 100644
index 3a627fc..0000000
--- a/web/app/snapshot/controllers/tstctrl.py
+++ /dev/null
@@ -1,16 +0,0 @@
-import logging
-
-from pylons import request, response, session, tmpl_context as c
-from pylons.controllers.util import abort, redirect_to
-
-from snapshot.lib.base import BaseController, render
-
-log = logging.getLogger(__name__)
-
-class TstctrlController(BaseController):
-
-    def index(self):
-        # Return a rendered template
-        #return render('/tstctrl.mako')
-        # or, return a response
-        return 'Hello World'
-- 
1.5.6.5



Reply to: