Skip to content

Commit

Permalink
Fix typo in views.py, add *.genshi files to MANIFEST
Browse files Browse the repository at this point in the history
  • Loading branch information
tty72 committed Feb 22, 2013
1 parent cb55594 commit 7f803de
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 96 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
@@ -1,2 +1,2 @@
include *.txt *.ini *.cfg *.rst
recursive-include qemutubes *.ico *.png *.css *.gif *.jpg *.pt *.txt *.mak *.mako *.js *.html *.xml
recursive-include qemutubes *.ico *.png *.css *.gif *.jpg *.pt *.txt *.mak *.mako *.js *.html *.xml *.genshi
19 changes: 0 additions & 19 deletions qemutubes/templates/mytemplate.genshi

This file was deleted.

76 changes: 0 additions & 76 deletions qemutubes/templates/mytemplate.pt

This file was deleted.

1 change: 1 addition & 0 deletions qemutubes/views.py
Expand Up @@ -11,6 +11,7 @@
)

class ViewClass(object):
""" Base class for views """
def __init__(self, request):
self.request = request

Expand Down

0 comments on commit 7f803de

Please sign in to comment.