Browse Source

py-i2phosts-master: fix dirty merge

pull/1/head
Hidden Z 9 years ago
parent
commit
cb38a370c0
  1. 6
      bin/py-i2phosts-master

6
bin/py-i2phosts-master

@ -13,15 +13,9 @@ import threading @@ -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):

Loading…
Cancel
Save