renamed startup_environments with get_global_environments

This commit is contained in:
iLLiCiTiT 2020-12-10 10:00:37 +01:00
parent c33c8bbc36
commit df7d45b8d8

View file

@ -39,6 +39,9 @@ class PypeModule:
return self._id
@abstractmethod
def startup_environments(self):
"""Get startup environments for module."""
def get_global_environments(self):
"""Get global environments values of module.
Environment variables that can be get only from system settings.
"""
return {}