Browse Source

Remove the import of the socket lib, that we don't use any more.

pull/26/head
Alexis de Lattre 12 years ago
parent
commit
3b135715d7
  1. 2
      asterisk_click2dial/asterisk_click2dial.py

2
asterisk_click2dial/asterisk_click2dial.py

@ -20,8 +20,6 @@
##############################################################################
from osv import osv, fields
# Lib required to open a socket (needed to communicate with Asterisk server)
import socket
# Lib required to print logs
import logging
# Lib to translate error messages

Loading…
Cancel
Save