mirror of
https://github.com/django/django.git
synced 2025-08-27 05:54:28 +00:00
Negligible formatting changes to some recent commits
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4917 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
87471549b3
commit
f791a598a8
3 changed files with 6 additions and 8 deletions
2
setup.py
2
setup.py
|
@ -30,7 +30,7 @@ root_dir = os.path.dirname(__file__)
|
|||
django_dir = os.path.join(root_dir, 'django')
|
||||
pieces = fullsplit(root_dir)
|
||||
if pieces[-1] == '':
|
||||
len_root_dir = len(pieces)- 1
|
||||
len_root_dir = len(pieces) - 1
|
||||
else:
|
||||
len_root_dir = len(pieces)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue