add version

This commit is contained in:
clowwindy 2012-12-30 12:28:23 +08:00
parent 761a264ed8
commit 8c5c40915e
3 changed files with 5 additions and 0 deletions

View file

@ -105,6 +105,8 @@ class Socks5Server(SocketServer.StreamRequestHandler):
if __name__ == '__main__':
os.chdir(os.path.dirname(__file__) or '.')
print 'shadowsocks v0.9'
with open('config.json', 'rb') as f:
config = json.load(f)