Changeset View
Changeset View
Standalone View
Standalone View
modules/extensions_framework/util.py
| Context not available. | |||||
| path_relative_to_export() can make all exported paths relative to | path_relative_to_export() can make all exported paths relative to | ||||
| this one. | this one. | ||||
| """ | """ | ||||
| export_path = ''; | export_path = '' | ||||
| def path_relative_to_export(p): | def path_relative_to_export(p): | ||||
| """Return a path that is relative to the export path""" | """Return a path that is relative to the export path""" | ||||
| Context not available. | |||||