##// END OF EJS Templates
Unbundle of all external modules....
Unbundle of all external modules. Move all libraries in external into subfolders and place a custom __init__.py into each of them. This way the system installed ones are tried first, before falling back to the bundled ones. Now every distribution can properly depend on the upstream library. (e.g. bundled libraries are not allowed in fedora) Signed-off-by: Toshio Ernie Kuratomi <toshio@fedoraproject.org> Signed-off-by: Thomas Spura <tomspur@fedoraproject.org>

File last commit:

r3408:261328d5
r3408:261328d5
Show More
__init__.py
4 lines | 76 B | text/x-python | PythonLexer
try:
from pretty import *
except ImportError:
from _pretty import *