Merge "Fix examples and missing code-block"

This commit is contained in:
Jenkins
2016-08-25 20:29:54 +00:00
committed by Gerrit Code Review
2 changed files with 4 additions and 1 deletions

View File

@@ -833,6 +833,8 @@ the method docstring.
For each successful call to list capabilities, a result dictionary will be For each successful call to list capabilities, a result dictionary will be
returned with the contents described below: returned with the contents described below:
.. code-block:: python
{ {
'action': 'capabilities', 'action': 'capabilities',
'timestamp': <time of the call>, 'timestamp': <time of the call>,

View File

@@ -1,6 +1,7 @@
import logging import logging
from os.path import join, walk from os import walk
from os.path import join
from swiftclient.multithreading import OutputManager from swiftclient.multithreading import OutputManager
from swiftclient.service import SwiftError, SwiftService, SwiftUploadObject from swiftclient.service import SwiftError, SwiftService, SwiftUploadObject
from sys import argv from sys import argv