OSDN Git Service

環境情報を削除
[stux/ultron.git] / venv / Lib / site-packages / easy_install.py
diff --git a/venv/Lib/site-packages/easy_install.py b/venv/Lib/site-packages/easy_install.py
deleted file mode 100644 (file)
index d87e984..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-"""Run the EasyInstall command"""
-
-if __name__ == '__main__':
-    from setuptools.command.easy_install import main
-    main()