Skip to content

Conversation

@ghost
Copy link

@ghost ghost commented Jul 21, 2016

No description provided.

"ie = os.path.exists(os.path.join(p,'__init__.py'))",
"m = not ie and "
"sys.modules.setdefault(%(pkg)r, types.ModuleType(%(pkg)r))",
"sys.modules.setdefault(%(pkg)r, types.ModuleType(%(pkg)r))",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line was intentionally indented to give a visual cue that this string is a continuation of the previous one, and not just another string in the list. Without that cue, it would be an easy mistake to miss the lack of a comma.

@ghost
Copy link
Author

ghost commented Jul 21, 2016

@jaraco Fixed.

@jaraco jaraco merged commit 0cd550a into pypa:master Jul 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant