Guest User

Anonymous

a guest
Dec 30th, 2010
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.17 KB | None | 0 0
  1. class RootController(BaseController):
  2.     leaf1 = MySubController(DBSession)
  3.  
  4.     @expose()
  5.     def install_leaf2(self):
  6.         RootController.leaf2 = MySubController2(DBSession)
Advertisement
Add Comment
Please, Sign In to add comment