rename some handlers with more specificity

This commit is contained in:
dandds
2018-07-12 11:39:22 -04:00
parent c9a45f6364
commit 21c970e4b4
5 changed files with 21 additions and 21 deletions

View File

@@ -2,7 +2,7 @@ import tornado
from atst.handler import BaseHandler
class MainHandler(BaseHandler):
class Main(BaseHandler):
def initialize(self, page):
self.page = page