Revision d3b790bb lib/ssconf.py
b/lib/ssconf.py | ||
---|---|---|
447 | 447 |
|
448 | 448 |
The separator character is a newline. |
449 | 449 |
|
450 |
The return value can be parsed using uidpool.ParseUidPool(): |
|
450 |
The return value can be parsed using uidpool.ParseUidPool():: |
|
451 |
|
|
451 | 452 |
ss = ssconf.SimpleStore() |
452 |
uid_pool = uidpool.ParseUidPool(ss.GetUidPool(), separator="\n") |
|
453 |
uid_pool = uidpool.ParseUidPool(ss.GetUidPool(), separator="\\n")
|
|
453 | 454 |
|
454 | 455 |
""" |
455 | 456 |
data = self._ReadFile(constants.SS_UID_POOL) |
Also available in: Unified diff