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:
@@ -1,13 +1,6 @@
|
||||
import sys
|
||||
from array import array
|
||||
|
||||
# Jython doesn't have the buffer sequence type (bug #1521).
|
||||
# using this workaround instead.
|
||||
try:
|
||||
buffer
|
||||
except NameError, e:
|
||||
buffer = str
|
||||
|
||||
try:
|
||||
import mx.DateTime.ISO
|
||||
origISOStr = mx.DateTime.ISO.strGMT
|
||||
|
||||
Reference in New Issue
Block a user