From: Thierry Parmentelat Date: Mon, 11 Mar 2013 09:28:12 +0000 (+0100) Subject: no 'ts' anymore, use timestamp X-Git-Tag: myslice-django-0.1-1~43^2~2 X-Git-Url: http://git.onelab.eu/?p=unfold.git;a=commitdiff_plain;h=d654b14fa68a16c9c02646d0f7cb4c6c62217900 no 'ts' anymore, use timestamp --- diff --git a/engine/manifoldquery.py b/engine/manifoldquery.py index 8e25ed9e..332309b2 100644 --- a/engine/manifoldquery.py +++ b/engine/manifoldquery.py @@ -51,7 +51,7 @@ class ManifoldQuery: # xxx # this should build an object from a dict as received from javascript # to see an example just look at the server's output - # incoming POST + # incoming POST def fill_from_dict (self, d): for key in d.keys(): for arg in ['action', 'method', 'filters', 'fields', 'timestamp', 'params']: