diff options
| author | LV-426 <lv-426@taproot.org.il> | 2014-12-14 23:12:38 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2014-12-14 23:15:47 +0200 |
| commit | dc540c722c5146156fadd2d5db5c14dc96a996c6 (patch) | |
| tree | 3d2adbd755afc09a17156a153aa4447cf1b89dd1 /src-py | |
| parent | e6144b232e3ff626d654bf274025f5d55a6bca84 (diff) | |
sanitize_input__attr_diff stub
Diffstat (limited to 'src-py')
| -rw-r--r-- | src-py/rhizi_api.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src-py/rhizi_api.py b/src-py/rhizi_api.py index 228fcd66..579d41e1 100644 --- a/src-py/rhizi_api.py +++ b/src-py/rhizi_api.py @@ -53,6 +53,9 @@ def sanitize_input__topo_diff(topo_diff): for l in topo_diff.link_set_add: sanitize_input__link(l) +def sanitize_input__attr_diff(attr_diff): + pass # TODO: impl + def __response_wrap(data=None, error=None): """ wrap response data/errors as dict - this should always be used when returning |
