pruned venvs

This commit is contained in:
d3m1g0d
2019-03-12 21:56:25 +01:00
parent 8ee094481c
commit 33f0511081
4095 changed files with 0 additions and 748399 deletions
@@ -1,5 +0,0 @@
from __future__ import absolute_import
from future.utils import PY3
if not PY3:
__future_module__ = True
@@ -1,10 +0,0 @@
from __future__ import absolute_import
from future.standard_library import suspend_hooks
from future.utils import PY3
if PY3:
from test.support import *
else:
__future_module__ = True
with suspend_hooks():
from test.test_support import *