Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@19722 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jun 26, 2018
1 parent d0814db commit ac724db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/net/net_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def get_iface(ip):
elif sys.platform.startswith("openbsd"):
library = "libc.so"
try:
from ctypes import cdll, CDLL, c_char_p, c_uint, create_string_buffer
from ctypes import CDLL, c_char_p, c_uint, create_string_buffer
#cdll.LoadLibrary(library)
from ctypes.util import find_library
#<CDLL 'libc.so.6', handle 7fcac419b000 at 7fcac1ab0c10>
Expand Down

0 comments on commit ac724db

Please sign in to comment.