summaryrefslogtreecommitdiffstats
path: root/module/common
diff options
context:
space:
mode:
Diffstat (limited to 'module/common')
-rw-r--r--module/common/packagetools.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/module/common/packagetools.py b/module/common/packagetools.py
index 6b37c0198..9912a3f95 100644
--- a/module/common/packagetools.py
+++ b/module/common/packagetools.py
@@ -5,6 +5,8 @@
import re
from urlparse import urlparse
+from ..remote.thriftbackend.thriftgen.pyload.ttypes import OnlineStatus
+
def matchFirst(string, *args):
""" matches against list of regexp and returns first match"""
for patternlist in args: