From 5c1fb051fcbc7842bb4f6e879684cda9d7a14cdb Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 18 Jul 2011 00:06:18 +0200 Subject: closed #364, changes to online check api --- module/common/packagetools.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'module/common') 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: -- cgit v1.2.3