discourse_docker/scripts
Jan-Philip Gehrcke 7221309ebb scripts/mailtest: fix socket family check.
There is no AddressFamily attribute:

Traceback (most recent call last):
  File "/var/docker/scripts/mailtest", line 140, in <module>
    do_tls(smtp,smtp_sslv)
  File "/var/docker/scripts/mailtest", line 44, in do_tls
    if conn.sock.family == socket.AddressFamily.AF_INET:
AttributeError: 'module' object has no attribute 'AddressFamily'

However, there is `socket.AF_INET` etc.
2014-07-22 16:14:41 +02:00
..
mailtest scripts/mailtest: fix socket family check. 2014-07-22 16:14:41 +02:00
mk_swapfile mk_swapfile: add option to specify size in GB 2014-04-22 13:50:52 -04:00