From dab741a80699f86e86c91718872a052cca9bbb25 Mon Sep 17 00:00:00 2001 From: Dan Klein Date: Mon, 24 Aug 2015 13:22:48 +0300 Subject: Fixed dependencies of Control Plane to use external_lib sources --- external_libs/python/zmq/ssh/__init__.py | 1 - 1 file changed, 1 deletion(-) delete mode 100644 external_libs/python/zmq/ssh/__init__.py (limited to 'external_libs/python/zmq/ssh/__init__.py') diff --git a/external_libs/python/zmq/ssh/__init__.py b/external_libs/python/zmq/ssh/__init__.py deleted file mode 100644 index 57f09568..00000000 --- a/external_libs/python/zmq/ssh/__init__.py +++ /dev/null @@ -1 +0,0 @@ -from zmq.ssh.tunnel import * -- cgit