From e93bccb78ec92cbd5264fee6c4cfd840be98da3e Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sun, 3 Jun 2018 14:26:58 -0400 Subject: [PATCH] common: add missing import --- common.py | 1 + 1 file changed, 1 insertion(+) diff --git a/common.py b/common.py index 3665e61..ad6a4fc 100644 --- a/common.py +++ b/common.py @@ -1,5 +1,6 @@ import json import urllib3 +import sys from xml.etree import ElementTree as ET import requests