app/profiler.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sun, 18 Oct 2009 17:10:01 +0200
changeset 3025 1ffc7cd7309c
parent 2832 2a0a7e081caf
permissions -rw-r--r--
Fixed the TimelineConversionUpdate to also update the GSoCProgram.

import gae_django
import app_profiler.app_profiler

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

if __name__ == '__main__':
   main()