Mercurial > hgrepos > Python > libs > ConfigMix
comparison configmix/config.py @ 24:fa65adab0b71
FIX: Typo in comment
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Thu, 10 Mar 2016 16:18:41 +0100 |
| parents | c77cb6bc8eeb |
| children | baf862cb4860 |
comparison
equal
deleted
inserted
replaced
| 23:c77cb6bc8eeb | 24:fa65adab0b71 |
|---|---|
| 69 return default | 69 return default |
| 70 else: | 70 else: |
| 71 return varvalue | 71 return varvalue |
| 72 | 72 |
| 73 def getvar_s(self, varname, default=_MARKER): | 73 def getvar_s(self, varname, default=_MARKER): |
| 74 """Get a variable - incliding variables from other namespaces. | 74 """Get a variable - including variables from other namespaces. |
| 75 | 75 |
| 76 Variables will be substituted recursively in the result. | 76 Variables will be substituted recursively in the result. |
| 77 """ | 77 """ |
| 78 try: | 78 try: |
| 79 obj = self.getvar(varname) | 79 obj = self.getvar(varname) |
