blob: bb2a5982320095779b8766316767a2825fa16dd7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
Tendo is a python module that adds basic functionality that is not provided by
Python. Read the documentation for more info.
* file-based singleton capability
* transparent Unicode support for text file operations (BOM detection)
* console logging coloring
* enable you to use symlinks under windows
* python tee implementation for executing external programs and redirecting
their output to both console/file
* improved execfile
|