diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-09-21 16:43:22 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-09-21 16:43:22 +0200 |
commit | 79ce6f862285f355455119d64d8aa1753cff0470 (patch) | |
tree | 238b2f309d2f90cb9c3d722b15748b45a6e5d6d1 /module/Api.py | |
parent | yourfiles.biz fix (diff) | |
download | pyload-79ce6f862285f355455119d64d8aa1753cff0470.tar.xz |
royflos GUI patches, prefix option for webinterface (
Diffstat (limited to 'module/Api.py')
-rw-r--r-- | module/Api.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/Api.py b/module/Api.py index 5583bb603..37336e568 100644 --- a/module/Api.py +++ b/module/Api.py @@ -34,7 +34,6 @@ from network.RequestFactory import getURL urlmatcher = re.compile(r"((https?|ftps?|xdcc|sftp):((//)|(\\\\))+[\w\d:#@%/;$()~_?\+-=\\\.&]*)", re.IGNORECASE) - class Api(Iface): """ **pyLoads API** |