Import tempstorage from its new location instead of from TemporaryFolder.
Implement new "environment" section in config file which allows the setting of environment variables within the configuration file. Implement new "path" section in config file which allows insertions into the Python module search path within the configuration file. Fix bug where $INSTANCE/Products was not inserted into the products path by default. Note that most of these changes are for more comprehensive Windows service support. Windows can't run a batch file as a service, and sometimes it is necessary to both munge the python module search path and environment at startup time. Instead of writing an executable application to do this, we rely on the configuration machinery.
Showing
Please register or sign in to comment