mirror of
https://github.com/djohnlewis/stackdump
synced 2025-12-07 08:23:25 +00:00
Removed the Jython hacks. We're going with CPython only now.
This commit is contained in:
@@ -33,13 +33,6 @@ from formencode import validators
|
||||
from classregistry import findClass
|
||||
from itertools import count
|
||||
|
||||
# Jython doesn't have the buffer sequence type (bug #1521).
|
||||
# using this workaround instead.
|
||||
try:
|
||||
buffer
|
||||
except NameError, e:
|
||||
buffer = str
|
||||
|
||||
NoDefault = sqlbuilder.NoDefault
|
||||
|
||||
import datetime
|
||||
|
||||
Reference in New Issue
Block a user