Skip to content

Commit

Permalink
helpers.py: errno is used by this module, but not imported.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmay authored and apenwarr committed May 15, 2011
1 parent 7859be1 commit e67208a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import sys, os, socket
import sys, os, socket, errno

logprefix = ''
verbose = 0
Expand Down

0 comments on commit e67208a

Please sign in to comment.