mit neuen venv und exe-Files
This commit is contained in:
6
venv3_12/Lib/site-packages/gevent/tests/__main__.py
Normal file
6
venv3_12/Lib/site-packages/gevent/tests/__main__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
from __future__ import print_function, absolute_import, division
|
||||
|
||||
if __name__ == '__main__':
|
||||
from gevent.testing import testrunner
|
||||
testrunner.main()
|
||||
Reference in New Issue
Block a user