app/profiler.py
author Lennard de Rijk <ljvderijk@gmail.com>
Mon, 28 Sep 2009 00:50:59 +0200
changeset 2985 f1ed0ecd0128
parent 2832 2a0a7e081caf
permissions -rw-r--r--
Fixed whitespace in base model.

import gae_django
import app_profiler.app_profiler

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

if __name__ == '__main__':
   main()