paste/wsgi.py
2019-02-20 21:20:13 +11:00

5 lines
77 B
Python

from paste import application
if "__main__" == __name__:
application.run()