app/profiler.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Wed, 09 Sep 2009 20:15:53 +0200
changeset 2893 1adc6a815c71
parent 2832 2a0a7e081caf
permissions -rw-r--r--
Several style and import fixes regarding the GHOP module. Reviewed by: Lennard de Rijk

import gae_django
import app_profiler.app_profiler

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

if __name__ == '__main__':
   main()