diff options
| author | Marc Abramowitz <marc@marc-abramowitz.com> | 2014-06-09 06:36:02 -0700 |
|---|---|---|
| committer | Marc Abramowitz <marc@marc-abramowitz.com> | 2014-06-09 06:51:49 -0700 |
| commit | 937143fc01af7bce8fee63cb4d66dd5a35ce5f84 (patch) | |
| tree | 0b3091892c4dd914a704434ed461d73e55bc9fad /tests | |
| parent | 918e88c4962f7a53218e127293d615c36740a2a4 (diff) | |
| download | python-memcached-937143fc01af7bce8fee63cb4d66dd5a35ce5f84.tar.gz | |
Sort imports for pep8
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_setmulti.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_setmulti.py b/tests/test_setmulti.py index b6b2805..a80cf28 100644 --- a/tests/test_setmulti.py +++ b/tests/test_setmulti.py @@ -9,12 +9,12 @@ from __future__ import print_function +import socket +import sys import unittest -import sys sys.path.append('..') import memcache -import socket DEBUG = False |
