app/profiler.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Sun, 27 Sep 2009 01:23:58 +0530
changeset 2978 2b3c39483f6f
parent 2832 2a0a7e081caf
permissions -rw-r--r--
Fixes the problem of GHOP Task editing after it is created.

import gae_django
import app_profiler.app_profiler

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

if __name__ == '__main__':
   main()