remove unused imports

This commit is contained in:
Frédéric Péters 2015-03-07 14:57:36 +01:00
parent bbca361b5b
commit 135beae29f
2 changed files with 1 additions and 3 deletions

View File

@ -14,7 +14,7 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
from django.conf.urls import patterns, include, url
from django.conf.urls import patterns, url
from .views import RegiesApiView, AddBasketItemApiView, PayView, CallbackView

View File

@ -14,10 +14,8 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import datetime
from decimal import Decimal
import json
import thread
from django.contrib.auth.models import User
from django.core.urlresolvers import reverse