Commit 10866a52 authored by Jason R. Coombs's avatar Jason R. Coombs Committed by GitHub

Merge pull request #648 from stepshal/blank_lines

Add missing blank line.
parents e685d05a 053a3a12
......@@ -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