app/profiler.py
author Lennard de Rijk <ljvderijk@gmail.com>
Thu, 24 Sep 2009 20:31:56 +0200
changeset 2969 d0914c76ecc3
parent 2832 2a0a7e081caf
permissions -rw-r--r--
Corrected an import in the student_school_type update module.

import gae_django
import app_profiler.app_profiler

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

if __name__ == '__main__':
   main()