app/profiler.py
author Matthew Wilkes <matthew@matthewwilkes.co.uk>
Wed, 14 Oct 2009 09:47:02 +0200
changeset 3018 0653f924ee7e
parent 2832 2a0a7e081caf
permissions -rw-r--r--
Fix typographical error and changes in status messages for Task workflow. Reviewed by: Lennard de Rijk

import gae_django
import app_profiler.app_profiler

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

if __name__ == '__main__':
   main()