author | Pawel Solyga <Pawel.Solyga@gmail.com> |
Tue, 26 May 2009 22:10:02 +0200 | |
changeset 2357 | f7b0c04e1e81 |
parent 2356 | 7c0a55e8e46f |
child 2358 | e5821b87f6e3 |
app/main.py | file | annotate | diff | comparison | revisions |
--- a/app/main.py Tue May 26 22:04:52 2009 +0200 +++ b/app/main.py Tue May 26 22:10:02 2009 +0200 @@ -20,15 +20,15 @@ __authors__ = [ # alphabetical order by last name, please '"Augie Fackler" <durin42@gmail.com>', + '"Pawel Solyga" <pawel.solyga@gmail.com>', ] import logging -import os -import sys from google.appengine.ext.webapp import util +# pylint: disable-msg=W0611 import gae_django