app/profiler.py
author Sverre Rabbelier <srabbelier@gmail.com>
Tue, 08 Sep 2009 14:24:16 +0200
changeset 2881 e730768e0774
parent 2832 2a0a7e081caf
permissions -rw-r--r--
Add templates for conversion task starter

import gae_django
import app_profiler.app_profiler

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

if __name__ == '__main__':
   main()