Skip to content

Instantly share code, notes, and snippets.

# Ajaxterm was written by Antony Lesuisse (email: al AT udev.org),
# License Public Domain.
# Terminal class made serializable/picklealbe by using a Metaclass
# (c) 2009 FastSoft
# MIT License
import array, cgi, re
def TerminalMetaclass(name, bases, attys):
#!/usr/bin/python
# _*_ coding: latin1 _*_
"""This is Textile
A Humane Web Text Generator
TODO:
* Make it work with Python 2.1.
* Make it work with Python 1.5.2? Or that's too optimistic?