Fixed missing socket import which caused exception handler to fail when connection timed out.

This commit is contained in:
Neil Ramsbottom
2013-03-08 15:58:15 +01:00
parent a24e563daf
commit d41f961655

1
cli.py Normal file → Executable file
View File

@@ -1,5 +1,6 @@
#!/usr/bin/env python
import socket
import sys
from pprint import pprint
from argparse import ArgumentParser