1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-22 12:34:17 +00:00

py-i2phosts-master: fix dirty merge

This commit is contained in:
Hidden Z 2015-11-06 17:24:25 +00:00
parent c6f6c0ce26
commit cb38a370c0

View File

@ -13,15 +13,9 @@ import threading
import daemon
# workaround for python-daemon >= 1.6
try:
<<<<<<< HEAD
import daemon.pidlockfile as pidfile
except ImportError:
import daemon.pidfile as pidfile
=======
import daemon.pidlockfile as pidfile
except ImportError:
import daemon.pidfile as pidfile
>>>>>>> 923b94f... Convert tabs to spaces
class Thread(threading.Thread):