app/profiler.py
author Lennard de Rijk <ljvderijk@gmail.com>
Thu, 22 Oct 2009 16:01:20 +0200
changeset 3029 3c09b9396e2e
parent 2832 2a0a7e081caf
permissions -rw-r--r--
Added logic paramters to two access checks. This is necessary because the GHOP module needs the same checks with other logics.

import gae_django
import app_profiler.app_profiler

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

if __name__ == '__main__':
   main()