From d41f96165571725ba87aa817ef674f494ae4d5b1 Mon Sep 17 00:00:00 2001 From: Neil Ramsbottom Date: Fri, 8 Mar 2013 15:58:15 +0100 Subject: [PATCH] Fixed missing socket import which caused exception handler to fail when connection timed out. --- cli.py | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 cli.py diff --git a/cli.py b/cli.py old mode 100644 new mode 100755 index 4926e64..71bd605 --- a/cli.py +++ b/cli.py @@ -1,5 +1,6 @@ #!/usr/bin/env python +import socket import sys from pprint import pprint from argparse import ArgumentParser