From d3f26ece7d4383df0b22fe9c3cb3e695381ec737 Mon Sep 17 00:00:00 2001 From: Dan Klein Date: Mon, 24 Aug 2015 10:51:13 +0300 Subject: Initial push to external_lib migration --- external_libs/python/zmq/ssh/__init__.py | 1 + 1 file changed, 1 insertion(+) create 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 new file mode 100644 index 00000000..57f09568 --- /dev/null +++ b/external_libs/python/zmq/ssh/__init__.py @@ -0,0 +1 @@ +from zmq.ssh.tunnel import * -- cgit