Skip to content

Commit 02a649f

Browse files
Update rklib.py
1 parent 0cb3c17 commit 02a649f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rklib.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import requests, json
2+
import zipfile, os
23

34
def submit(submitterEmail,secret,key,submission_part, all_parts, data):
45
submission = {
@@ -48,8 +49,6 @@ def submitAll(submitterEmail,secret,key,parts_and_data):
4849
print (response.text)
4950
print ("-------------------------")
5051

51-
52-
import zipfile, os
5352

5453
def zipit(target, path):
5554
zipf = zipfile.ZipFile(target, 'w', zipfile.ZIP_DEFLATED)

0 commit comments

Comments
 (0)