Browse Source

Convert tabs to spaces

pull/1/head
Hidden Z 9 years ago
parent
commit
6e3862d7ab
  1. 6
      bin/py-i2phosts-master
  2. BIN
      pyi2phosts/static-common/rss-grey-18.png

6
bin/py-i2phosts-master

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

BIN
pyi2phosts/static-common/rss-grey-18.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 670 B

After

Width:  |  Height:  |  Size: 676 B

Loading…
Cancel
Save