summaryrefslogtreecommitdiffstats
path: root/module/common
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-07-18 00:06:18 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-07-18 00:06:18 +0200
commit5c1fb051fcbc7842bb4f6e879684cda9d7a14cdb (patch)
tree44fccf0954de54947397bfac76633d9f0e6c48a6 /module/common
parentimprovements, command line link checker (diff)
downloadpyload-5c1fb051fcbc7842bb4f6e879684cda9d7a14cdb.tar.xz
closed #364, changes to online check api
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: