summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test.py')
-rwxr-xr-xtest.py11
1 files changed, 1 insertions, 10 deletions
diff --git a/test.py b/test.py
index 1acf5aa..f46a512 100755
--- a/test.py
+++ b/test.py
@@ -9,18 +9,9 @@ try:
import cStringIO as io
except ImportError:
import StringIO as io
-try:
- from hashlib import md5
-except ImportError:
- from md5 import md5
+from hashlib import md5
import sys
-try:
- next
-except NameError:
- def next(iterator):
- return iterator.next()
-
class Request:
def __init__(self, case):
"""