Skip to content

Commit

Permalink
Fixed missing socket import which caused exception handler to fail wh…
Browse files Browse the repository at this point in the history
…en connection timed out.
  • Loading branch information
nramsbottom committed Mar 8, 2013
1 parent a24e563 commit d41f961
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli.py 100644 → 100755
@@ -1,5 +1,6 @@
#!/usr/bin/env python

import socket
import sys
from pprint import pprint
from argparse import ArgumentParser
Expand Down

0 comments on commit d41f961

Please sign in to comment.