summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/Container.py
Commit message (Collapse)AuthorAgeFilesLines
* 'from os' -> 'import os' and so on...Gravatar Walter Purcaro 2015-05-121-7/+5
|
* fixes error on adding containerGravatar Sebastian Helbig 2015-05-101-1/+1
| | | | | | | | | | | | | | | | | | | | 2015-05-10 10:34:17 ERROR Error importing plugin: [container] DLC (v0.24) | No module named Crypter Traceback (most recent call last): File "/opt/pyload/pyload/manager/Plugin.py", line 284, in loadModule plugins[name]['name']) File "/opt/pyload/pyload/plugin/container/DLC.py", line 10, in <module> from pyload.plugin.Container import Container File "/opt/pyload/pyload/plugin/Container.py", line 10, in <module> from pyload.plugin.internal.Crypter import Crypter ImportError: No module named Crypter 2015-05-10 10:34:17 CRITICAL 'NoneType' object has no attribute 'DLC' Traceback (most recent call last): File "/opt/pyload/pyload/manager/Thread.py", line 275, in assignJob job.initPlugin() File "/opt/pyload/pyload/utils/__init__.py", line 214, in new return func(*args) File "/opt/pyload/pyload/datatype/File.py", line 91, in initPlugin self.pluginclass = getattr(self.pluginmodule, self.m.core.pluginManager.getPluginName(self.plugintype, self.pluginname)) AttributeError: 'NoneType' object has no attribute 'DLC'
* [config] Use get method instead dict accessGravatar Walter Purcaro 2015-04-161-1/+1
|
* safe_join -> fs_joinGravatar Walter Purcaro 2015-02-281-4/+4
|
* Revert fcead1870013b6a970eca7878a66dbe783c80ea3Gravatar Walter Purcaro 2015-02-161-8/+8
|
* Fix plugins to work on 0.4.10Gravatar Walter Purcaro 2015-02-161-0/+66
|
* module tempGravatar Walter Purcaro 2015-02-161-66/+0
|
* Partially revert acc46fc3497a66a427b795b4a22c6e71d69185a1Gravatar Walter Purcaro 2015-02-161-8/+8
|
* UpdateGravatar Walter Purcaro 2014-12-131-0/+66