Repository: incubator-airflow
Updated Branches:
  refs/heads/master e6145784e -> efc316d2a


[AIRFLOW-2345] pip is not used in this setup.py

Closes #3241 from sinemetu1/patch-1


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/efc316d2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/efc316d2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/efc316d2

Branch: refs/heads/master
Commit: efc316d2ad9de3726fa8b8d78f5b7cec651642da
Parents: e614578
Author: Sam Garrett <sineme...@users.noreply.github.com>
Authored: Fri Apr 20 10:03:08 2018 +0200
Committer: Fokko Driesprong <fokkodriespr...@godatadriven.com>
Committed: Fri Apr 20 10:03:08 2018 +0200

----------------------------------------------------------------------
 setup.py | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/efc316d2/setup.py
----------------------------------------------------------------------
diff --git a/setup.py b/setup.py
index 9709ddb..034fd35 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,6 @@ from setuptools.command.test import test as TestCommand
 import imp
 import logging
 import os
-import pip
 import sys
 
 logger = logging.getLogger(__name__)

Reply via email to