mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 13:33:09 +00:00
ba8f0c27f0
Also fix the relevant "make clean" target behavior.
6 lines
126 B
Python
6 lines
126 B
Python
"""Run the EasyInstall command"""
|
|
|
|
if __name__ == '__main__':
|
|
from setuptools.command.easy_install import main
|
|
main()
|