Skip to content

Commit

Permalink
Ignored compiled files
Browse files Browse the repository at this point in the history
  • Loading branch information
gomezjdaniel committed Jan 31, 2013
1 parent 8786255 commit 27c16cc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.pyc
Empty file added __init__.py
Empty file.
1 change: 1 addition & 0 deletions handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

import os


class Base(webapp2.RequestHandler):
def render(self, name, *args, **kwargs):
template = jinja_environment.get_template(os.path.join("templates",
Expand Down

0 comments on commit 27c16cc

Please sign in to comment.