heat-translator/translator/conf/translator.conf
Julio Ruano 302e083de6 Fix custom import issues when using shell environments
Translator is enabled to exectue within other shell environments by
installing as a library (in addition to command line). As such, a
separate package "translator" is installed, and pulls in everything
under the translator/ directory.

Originally the design for custom classes was to allow users to specify
their own locations for custom classes that they define outside of the
translator code. In order for this to work in the shell environments,
the user would need to install these classes via a setup.py script.
For now this is too heavy of a requirement to place on the user, so
the design for this fix is that the user will need to manually copy
over their custom classes to the translator/custom directory.

We will revist the option to install custom classes via a user defined
setup.py at a later date.

Change-Id: Ib132d9fe768a954a226724929c074034cf898da3
2015-10-02 19:21:16 -05:00

4 lines
96 B
Plaintext

[DEFAULT]
# Relative path location for custom types
custom_types_location=translator/custom/hot