From 163992b98b7a2e181920e4d28660733013a4f525 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Fri, 12 Dec 2014 00:04:17 +0800 Subject: [PATCH] small fix --- shadowsocks/encrypt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shadowsocks/encrypt.py b/shadowsocks/encrypt.py index 22c091a..ba02101 100644 --- a/shadowsocks/encrypt.py +++ b/shadowsocks/encrypt.py @@ -199,5 +199,5 @@ def test_encrypt_all(): if __name__ == '__main__': - #test_encrypt_all() + test_encrypt_all() test_encryptor()