diff options
| author | Scott Gasch <[email protected]> | 2022-09-01 10:21:11 -0700 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2022-09-01 10:21:11 -0700 |
| commit | 5771b377afe22318c3587559e7d68fe3d6238cd3 (patch) | |
| tree | 24c89322a2b77829800ea6f059c26922056313f1 /persistent.py | |
| parent | 4d69e7bee5985ff744ef543f9c9f20bb37f4fd6d (diff) | |
Get rid of hardcoded remote worker pool in favor of a config file.
Diffstat (limited to 'persistent.py')
| -rw-r--r-- | persistent.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/persistent.py b/persistent.py index 5801460..6cc444c 100644 --- a/persistent.py +++ b/persistent.py @@ -225,6 +225,10 @@ class persistent_autoloaded_singleton(object): return _load +# TODO: PicklingPersistant? +# TODO: JsonConfigPersistant? + + if __name__ == '__main__': import doctest |
