marmots/ansi.py

14 lines
249 B
Python
Raw Normal View History

2011-03-19 00:10:02 +00:00
#@+leo-ver=4-thin
#@+node:jpenner.20091215224421.2:@thin ansi.py
import config
if config.USE_CYTHON:
from ansi_cython import *
else:
from ansi_python import *
#@+others
#@-others
#@nonl
#@-node:jpenner.20091215224421.2:@thin ansi.py
#@-leo