python-documentcloud 3.3.5__py2.py3-none-any.whl → 3.3.6__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
documentcloud/addon.py CHANGED
@@ -243,7 +243,7 @@ class SoftTimeOutAddOn(AddOn):
243
243
  # If documents were passed in by ID, pass in the remaining documents by ID
244
244
  options["documents"] = [d.id for d in self._documents_iter]
245
245
  if include_current:
246
- options["documents"].insert(0, self._current_document)
246
+ options["documents"].insert(0, self._current_document.id)
247
247
  elif self.query:
248
248
  # If documents were passed in by query, get the id from the next
249
249
  # document, and add that in to the data under a reserved name, so
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: python-documentcloud
3
- Version: 3.3.5
3
+ Version: 3.3.6
4
4
  Summary: A simple Python wrapper for the DocumentCloud API
5
5
  Home-page: https://github.com/muckrock/python-documentcloud
6
6
  Author: Mitchell Kotler
@@ -1,5 +1,5 @@
1
1
  documentcloud/__init__.py,sha256=XAwOR6JYL-flQV_uC616AMA2rYiXTkeogNolqE6LzN4,220
2
- documentcloud/addon.py,sha256=qQHmJkkh3QFyL5vlJGbPpYXc8v5O2KU5_i0MO8c65H8,10703
2
+ documentcloud/addon.py,sha256=RjO75gQ63a83Y-yXcifg_Q_asVpwiKEZwfLvO6T2pfk,10706
3
3
  documentcloud/annotations.py,sha256=g835EM9kQ53SWALJaztKCXflY62Go4NmW3jng0sQBIU,2712
4
4
  documentcloud/base.py,sha256=xYFW4KVzc0fuLDmTUEebbuUYFdKlxS2AWT5nCB2Yato,7193
5
5
  documentcloud/client.py,sha256=Z2d1au1NxjcXxZKpFV990C-ekYRNU-3_d1f02GYCgPc,5974
@@ -11,8 +11,8 @@ documentcloud/projects.py,sha256=fUywTkEl3Y_iG5qTCVFXhjx9J26zuu9I12n-BpEUguM,539
11
11
  documentcloud/sections.py,sha256=gET8iNfuXIX8HUaftXtUKQxGwXcjoSo2Ws8kGYTyjh8,1123
12
12
  documentcloud/toolbox.py,sha256=Gg4U1rTyogqM6o8x7HNouQiuBYaE4rarzoVbnqNrztw,2012
13
13
  documentcloud/users.py,sha256=byjjVmNyvJR8sM0Vs67uX6kQ5xhxFdnrYYDFjPGbBD8,527
14
- python_documentcloud-3.3.5.dist-info/LICENSE,sha256=Z1IBhHCzIeGR9F2iHtcLt2I2qoUhJ2pK139CAIAuFgo,1151
15
- python_documentcloud-3.3.5.dist-info/METADATA,sha256=4df8NR5fsdmEwFXlO9NN5sNpSWZ9ex4BEuBMe4iAioQ,2751
16
- python_documentcloud-3.3.5.dist-info/WHEEL,sha256=bb2Ot9scclHKMOLDEHY6B2sicWOgugjFKaJsT7vwMQo,110
17
- python_documentcloud-3.3.5.dist-info/top_level.txt,sha256=rzNW2vA9GqU5ipNQYSP1XJQ54ippjKXVIo9oMlM0Tm4,14
18
- python_documentcloud-3.3.5.dist-info/RECORD,,
14
+ python_documentcloud-3.3.6.dist-info/LICENSE,sha256=Z1IBhHCzIeGR9F2iHtcLt2I2qoUhJ2pK139CAIAuFgo,1151
15
+ python_documentcloud-3.3.6.dist-info/METADATA,sha256=d8GsjN9qvk7PyhEf9bssuaomG-OUIAmR8sbeHwQpr1A,2751
16
+ python_documentcloud-3.3.6.dist-info/WHEEL,sha256=bb2Ot9scclHKMOLDEHY6B2sicWOgugjFKaJsT7vwMQo,110
17
+ python_documentcloud-3.3.6.dist-info/top_level.txt,sha256=rzNW2vA9GqU5ipNQYSP1XJQ54ippjKXVIo9oMlM0Tm4,14
18
+ python_documentcloud-3.3.6.dist-info/RECORD,,