1
0
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:
Samuel Lai
2011-10-23 17:07:59 +11:00
parent 59ab86dd59
commit 61579cb807
16 changed files with 248 additions and 4857 deletions

View File

@@ -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