diff options
| author | Sean Reifschneider <jafo@tummy.com> | 2014-06-09 22:49:09 -0600 |
|---|---|---|
| committer | Sean Reifschneider <jafo@tummy.com> | 2014-06-09 22:49:09 -0600 |
| commit | 2251916a6a1e8f35609d8d963f68ccab8c1b9402 (patch) | |
| tree | e490e2b60f02c0cf0fc520042460af2ce3e7b2d9 /tests/test_setmulti.py | |
| parent | 918e88c4962f7a53218e127293d615c36740a2a4 (diff) | |
| parent | 7272650aacadcf23afa69fd13f8a923d0bb60265 (diff) | |
| download | python-memcached-2251916a6a1e8f35609d8d963f68ccab8c1b9402.tar.gz | |
Merge pull request #47 from msabramo/pep8
pep8 cleanup
Diffstat (limited to 'tests/test_setmulti.py')
| -rw-r--r-- | tests/test_setmulti.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_setmulti.py b/tests/test_setmulti.py index b6b2805..cd06b04 100644 --- a/tests/test_setmulti.py +++ b/tests/test_setmulti.py @@ -2,19 +2,19 @@ # # Tests for set_multi. # -#=============== +# ============== # This is based on a skeleton test file, more information at: # # https://github.com/linsomniac/python-unittest-skeleton from __future__ import print_function +import socket +import sys import unittest -import sys sys.path.append('..') import memcache -import socket DEBUG = False |
