Add Python End-of-Life detection

This commit is contained in:
Labrys of Knossos 2019-02-03 11:14:51 -05:00
commit f6e620a3fd
4 changed files with 211 additions and 0 deletions

View file

@ -623,6 +623,9 @@
from __future__ import print_function
import eol
eol.check()
import cleanup
cleanup.clean(cleanup.FOLDER_STRUCTURE)