Fix malformed py-appdirs patch (#3203)

This commit is contained in:
Javier 2017-02-21 14:51:19 +01:00 committed by Adam J. Stewart
parent 7827a0ff67
commit 3195264546

View File

@ -2,7 +2,7 @@ diff --git a/setup.py b/setup.py
index ccd1e72..5d907aa 100644 index ccd1e72..5d907aa 100644
--- a/setup.py --- a/setup.py
+++ b/setup.py +++ b/setup.py
@@ -2,7 +2,12 @@ @@ -2,7 +2,11 @@
import sys import sys
import os import os
import os.path import os.path
@ -13,5 +13,5 @@ index ccd1e72..5d907aa 100644
+except ImportError: +except ImportError:
+ from distutils.core import setup + from distutils.core import setup
import appdirs import appdirs
tests_require = [] tests_require = []