14 lines
249 B
Python
14 lines
249 B
Python
#@+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
|