1
0
mirror of https://github.com/django/django.git synced 2025-10-30 00:56:09 +00:00

Correct flake8 E302 violations

This commit is contained in:
Ray Ashman Jr
2013-11-02 19:53:29 -04:00
parent 3bc0d46a84
commit e2ae8b048e
30 changed files with 260 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ def npath(path):
return path.encode(fs_encoding)
return path
def safe_join(base, *paths):
"""
Joins one or more path components to the base path component intelligently.