Skip to content

Commit

Permalink
Merge pull request #6 from Wirzi/master
Browse files Browse the repository at this point in the history
Update MANIFEST.in to include templates, Django 1.6 compatibility
  • Loading branch information
powellc committed Jan 30, 2014
2 parents f605992 + 837ceaf commit 1efaedb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include README
recursive-include templates *.html
recursive-include shop_stripe/templates *
2 changes: 1 addition & 1 deletion shop_stripe/offsite_stripe.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from django import forms
from django.conf import settings
from django.conf.urls.defaults import patterns, url
from django.conf.urls import patterns, url
from django.core.urlresolvers import reverse
from django.http import HttpResponseRedirect
from shop.util.decorators import on_method, shop_login_required
Expand Down

0 comments on commit 1efaedb

Please sign in to comment.