Fix imports

This commit is contained in:
Klaus-Uwe Mitterer 2016-07-18 17:39:55 +02:00
parent 2e731e2b46
commit ff877e734a
2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3
import os, setuptools, servertools, socketserver, sys, syslog, threading
import setuptools, servertools, socketserver, syslog, threading
if __name__ == "__main__":
socketserver.TCPServer.allow_reuse_address = True

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python3
import os, setuptools, socketserver, sys, syslog, threading
SYSLOG = 0