Skip to content
Snippets Groups Projects
Commit 12a4b4ae authored by Seblu's avatar Seblu
Browse files

fix missing import sys in tarball

parent d4aaea6f
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ Tarball wrapper
'''
import os
import sys
import time
import tarfile
import StringIO
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment