From aec330655f937731c1ef85445f93f0bbec56f7cf Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 24 Jun 2017 09:30:32 +0200 Subject: Create securityscanning python package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It also adds requirements and leverages on pkg_resources to find scripts. Change-Id: Ie92128ca9f08a9c39025b36ce7664f72982aacc6 Signed-off-by: Cédric Ollivier --- connect.py | 1 + 1 file changed, 1 insertion(+) (limited to 'connect.py') diff --git a/connect.py b/connect.py index 9f92314..d78abe9 100644 --- a/connect.py +++ b/connect.py @@ -13,6 +13,7 @@ import logging import os import socket + import paramiko -- cgit 1.2.3-korg