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