Various small PEP8 cleanups

This commit is contained in:
2013-04-13 20:38:14 +01:00
parent f151a10d8d
commit 49e341604b
8 changed files with 25 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
from django.conf.urls import patterns, include, url
from django.conf.urls import patterns, url
from stores.views import *
from stores.forms import AddressForm, StoreForm
from stores.models import Store, Chain