diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-07-18 00:06:18 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-07-18 00:06:18 +0200 |
commit | 5c1fb051fcbc7842bb4f6e879684cda9d7a14cdb (patch) | |
tree | 44fccf0954de54947397bfac76633d9f0e6c48a6 /module/common/packagetools.py | |
parent | improvements, command line link checker (diff) | |
download | pyload-5c1fb051fcbc7842bb4f6e879684cda9d7a14cdb.tar.xz |
closed #364, changes to online check api
Diffstat (limited to 'module/common/packagetools.py')
-rw-r--r-- | module/common/packagetools.py | 2 |
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: |