Tabs, meet your new overlords: spaces

In a quest to reach pep8, use spaces to indent rather than tabs.
This commit is contained in:
Magnus Hagander
2019-01-17 15:30:25 +01:00
parent b2ed494655
commit 87237f6536
121 changed files with 5331 additions and 5331 deletions

View File

@ -1,10 +1,10 @@
from models import Category
def get_struct():
# Products
for c in Category.objects.all():
yield ('download/products/%s/' % c.id,
0.3)
# Products
for c in Category.objects.all():
yield ('download/products/%s/' % c.id,
0.3)
# Don't index the ftp browser for now - it doesn't really contain
# anything useful to search
# Don't index the ftp browser for now - it doesn't really contain
# anything useful to search