mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 23:30:18 +00:00
4 lines
112 B
Python
4 lines
112 B
Python
def test_install_pythonbrew():
|
|
from pythonbrew.installer import install_pythonbrew
|
|
install_pythonbrew()
|