app/profiler.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sun, 25 Oct 2009 21:47:25 -0700
changeset 3057 966bbe3e204d
parent 2832 2a0a7e081caf
permissions -rw-r--r--
Changed the access checks in the GSoC module to match the new checks.

import gae_django
import app_profiler.app_profiler

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

if __name__ == '__main__':
   main()