Skip to content

Commit

Permalink
Add author tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nskrypnik committed Jul 29, 2011
1 parent 89eb244 commit ee107da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app.py
@@ -1,4 +1,9 @@
# -*- coding: utf-8 -*-
"""
@author: Niko Skrypnik
"""
from gevent import monkey
from gevent.wsgi import WSGIServer
monkey.patch_all()
Expand Down

0 comments on commit ee107da

Please sign in to comment.