diff options
Diffstat (limited to 'ipsutils/env.py')
-rw-r--r-- | ipsutils/env.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ipsutils/env.py b/ipsutils/env.py index 2056c88..ce9dd21 100644 --- a/ipsutils/env.py +++ b/ipsutils/env.py @@ -20,6 +20,10 @@ from . import config class Environment(config.Config): def __init__(self, ipsfile): + """Implements an extended environment from the Config class. + + ipsfile = A valid SPEC file + """ super(Environment, self).__init__(ipsfile) # Platform specific ipsbuild directory assignment |