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:
parent
c6f6c0ce26
commit
cb38a370c0
@ -13,15 +13,9 @@ import threading
|
|||||||
import daemon
|
import daemon
|
||||||
# workaround for python-daemon >= 1.6
|
# workaround for python-daemon >= 1.6
|
||||||
try:
|
try:
|
||||||
<<<<<<< HEAD
|
|
||||||
import daemon.pidlockfile as pidfile
|
|
||||||
except ImportError:
|
|
||||||
import daemon.pidfile as pidfile
|
|
||||||
=======
|
|
||||||
import daemon.pidlockfile as pidfile
|
import daemon.pidlockfile as pidfile
|
||||||
except ImportError:
|
except ImportError:
|
||||||
import daemon.pidfile as pidfile
|
import daemon.pidfile as pidfile
|
||||||
>>>>>>> 923b94f... Convert tabs to spaces
|
|
||||||
|
|
||||||
class Thread(threading.Thread):
|
class Thread(threading.Thread):
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user