lint code

This commit is contained in:
clowwindy 2014-11-01 12:44:22 +08:00
parent 7bff002202
commit 812a286f12
3 changed files with 2 additions and 3 deletions

View file

@ -96,4 +96,4 @@ def test_rc4():
if __name__ == '__main__':
test_aes_128_cfb()
test_aes_128_cfb()

View file

@ -67,4 +67,4 @@ def test():
if __name__ == '__main__':
test()
test()

View file

@ -23,7 +23,6 @@
from __future__ import absolute_import, division, print_function, \
with_statement
import time
import struct
import logging
import sys