summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/upload.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/upload.py b/examples/upload.py
index 1b1e349..0715b19 100644
--- a/examples/upload.py
+++ b/examples/upload.py
@@ -1,6 +1,7 @@
import logging
-from os.path import join, walk
+from os import walk
+from os.path import join
from swiftclient.multithreading import OutputManager
from swiftclient.service import SwiftError, SwiftService, SwiftUploadObject
from sys import argv