Added .gitignore (got deleted somehow)

This commit is contained in:
Fergal Moran
2012-10-19 12:45:23 +01:00
parent 75403305a1
commit 414900fdfe
3 changed files with 20 additions and 5 deletions

View File

@@ -23,7 +23,6 @@ logger = logging.getLogger(__name__)
class AjaxHandler(object):
# Get an instance of a logger
logger = logging.getLogger(__name__)
def __init__(self, api_name="v1"):
self.api_name = api_name