Skip to content

Commit

Permalink
add Anand to __author__
Browse files Browse the repository at this point in the history
  • Loading branch information
anandology committed Dec 6, 2008
1 parent b0ef293 commit 3313acd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion web/__init__.py
Expand Up @@ -4,7 +4,10 @@
from __future__ import generators from __future__ import generators


__version__ = "0.3" __version__ = "0.3"
__author__ = "Aaron Swartz <me@aaronsw.com>" __author__ = [
"Aaron Swartz <me@aaronsw.com>",
"Anand Chitipothu <anandology@gmail.com>"
]
__license__ = "public domain" __license__ = "public domain"
__contributors__ = "see http://webpy.org/changes" __contributors__ = "see http://webpy.org/changes"


Expand Down

0 comments on commit 3313acd

Please sign in to comment.