Merge "Fix examples and missing code-block"
This commit is contained in:
@@ -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>,
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user