print syntax
This commit is contained in:
parent
c77ec993e9
commit
9b9530f453
1 changed files with 1 additions and 1 deletions
2
tests.py
2
tests.py
|
@ -19,7 +19,7 @@ def test():
|
||||||
|
|
||||||
#example iterate over files
|
#example iterate over files
|
||||||
for file in files:
|
for file in files:
|
||||||
print files[file]
|
print(files[file])
|
||||||
|
|
||||||
#upload file
|
#upload file
|
||||||
print(m.upload('tests.py'))
|
print(m.upload('tests.py'))
|
||||||
|
|
Loading…
Reference in a new issue