##// END OF EJS Templates
Rework setup to allow installing on Python 2 and 3....
Rework setup to allow installing on Python 2 and 3. Scripts named ipython and ipython[23], etc. Neither distutils nor setuptools made this easy.

File last commit:

r11754:d59fec67
r13452:f929ba77
Show More
__init__.py
3 lines | 93 B | text/x-python | PythonLexer
from .files import FilesWriter
from .stdout import StdoutWriter
from .base import WriterBase