예제 #1
0
파일: __init__.py 프로젝트: nunes/anguine
 def template_name(self):
     return utilString.lower_first_camel_word(self.__class__.__name__) + '.html'
예제 #2
0
파일: __init__.py 프로젝트: nunes/anguine
 def screen_name(self):
     return utilString.lower_first_camel_word(self.__class__.__name__)