forked from orbit-oss/flask
Removed an unnecessary as statement
This commit is contained in:
parent
0190b770a1
commit
6dfe933260
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ else:
|
|||
itervalues = lambda d: d.itervalues()
|
||||
iteritems = lambda d: d.iteritems()
|
||||
|
||||
from cStringIO import StringIO as StringIO
|
||||
from cStringIO import StringIO
|
||||
|
||||
exec('def reraise(tp, value, tb=None):\n raise tp, value, tb')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue