Skip to content
Snippets Groups Projects
Commit 6cf8c53d authored by Srdjan Grubor's avatar Srdjan Grubor
Browse files

Fix for missing import

parent 1dfe061a
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
import sys import sys
import os import os
import argparse import argparse
from collections import namedtuple
from subprocess import Popen, PIPE from subprocess import Popen, PIPE
from urllib2 import urlopen from urllib2 import urlopen
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment