Docker api #242

Closed
mohitkhubele wants to merge 285 commits from docker_api into master
Showing only changes of commit 516017cc8f - Show all commits
+1 -2
View File
@@ -1,5 +1,4 @@
import os
from pathlib import Path
import urllib.request as dowReq
import zipfile
@@ -37,4 +36,4 @@ for file in os.listdir(imageFolder):
file2.write(pathtemp)
file2.close()
print("Completed")
print("Completed")