Advertisement
Guest User

Untitled

a guest
Jul 10th, 2014
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.39 KB | None | 0 0
  1. class ServletProxy(object):
  2.     """DEPRECATED NOTICE
  3.    Servlets are ill defined classes that ideally would be simplified. In an effort
  4.    to kill a lot of the properties on servlets, cmd_helpers should remove their dependencies
  5.    on servlets and instead rely only on the Request object. From a request you should be able
  6.    to get locale and logic helper classes.
  7.    DEPRECATED NOTICE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement