Fix malformed py-appdirs patch (#3203)
This commit is contained in:
parent
7827a0ff67
commit
3195264546
@ -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 = []
|
||||
|
Loading…
Reference in New Issue
Block a user