Commit 053a3a12 authored by stepshal's avatar stepshal

Add missing blank line.

parent 6d11e88f
......@@ -162,6 +162,7 @@ def interpret_distro_name(
platform = platform
)
# From Python 2.7 docs
def unique_everseen(iterable, key=None):
"List unique elements, preserving order. Remember all elements ever seen."
......
......@@ -3,6 +3,7 @@ import sys
from setuptools.extern import six
# HFS Plus uses decomposed UTF-8
def decompose(path):
if isinstance(path, six.text_type):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment