app/profiler.py
author Sverre Rabbelier <srabbelier@gmail.com>
Wed, 02 Sep 2009 20:42:23 +0200
changeset 2857 bc793800116e
parent 2832 2a0a7e081caf
permissions -rw-r--r--
Updated to r11 of app_profiler

import gae_django
import app_profiler.app_profiler

def main():
   app_profiler.app_profiler.main()

if __name__ == '__main__':
   main()