app/profiler.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sun, 18 Oct 2009 16:53:24 +0200
changeset 3022 8ade9aac79f9
parent 2832 2a0a7e081caf
permissions -rw-r--r--
Fixed error in the runDocumentUpdate where the wrong keyname was used.

import gae_django
import app_profiler.app_profiler

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

if __name__ == '__main__':
   main()