This commit is contained in:
Joshua Li
2020-06-02 19:56:34 -07:00
committed by Brian May
parent d0f0aa9f17
commit 9bcca27965
3 changed files with 2 additions and 11 deletions

View File

@ -1,7 +0,0 @@
import sys
good_python = sys.version_info >= (3, 5)
collect_ignore = []
if not good_python:
collect_ignore.append("client")