Advertisement
Guest User

Untitled

a guest
Mar 31st, 2014
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. ## NOC modules
  2. from noc.lib.app import ExtApplication, view
  3. from noc.inv.models import *
  4. from noc.sa.models import *
  5. from noc.ip.models import *
  6. from noc.lib.text import split_alnum
  7. from noc.vc.models import *
  8.  
  9.  
  10. class INTERNETAppplication(ExtApplication):
  11. @view(method=["GET"], url=r"^$", access="read", api=True)
  12. """
  13. sa.INTERNET application
  14. """
  15. title = "INTERNET"
  16. menu = "INTERNET"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement