mirror of
https://github.com/kennethreitz-archive/pyinstaller.git
synced 2026-06-05 15:40:17 +00:00
Fix typo.
git-svn-id: http://svn.pyinstaller.org/trunk@736 8dd32b29-ccff-0310-8a9a-9233e24343b1
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ def django_dottedstring_imports(django_root_dir):
|
||||
def find_django_root(dir):
|
||||
entities = os.listdir(dir)
|
||||
if "manage.py" in entities and "settings.py" in entities and "urls.py" in entities:
|
||||
return dir
|
||||
return [dir]
|
||||
else:
|
||||
django_root_directories = []
|
||||
for entity in entities:
|
||||
|
||||
Reference in New Issue
Block a user