diff options
author | spoob <spoob@gmx.de> | 2009-06-05 13:35:10 +0200 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-06-05 13:35:10 +0200 |
commit | a8cfc154fc35edc16d10672712a6a3b36c6b9560 (patch) | |
tree | 2140cbe9d5e72905cc4d3a7bc74bcf21cd3ff3ab /Plugins/RSDF.py | |
parent | merged (diff) | |
download | pyload-a8cfc154fc35edc16d10672712a6a3b36c6b9560.tar.xz |
removed useless function get_parent_status
Diffstat (limited to 'Plugins/RSDF.py')
-rw-r--r-- | Plugins/RSDF.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Plugins/RSDF.py b/Plugins/RSDF.py index bbbf3d960..74c07a007 100644 --- a/Plugins/RSDF.py +++ b/Plugins/RSDF.py @@ -27,9 +27,6 @@ class RSDF(Plugin): """ returns True or False """ return True - - def __call__(self): - return self.props['name'] def proceed(self, url, location): try: |