mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 15:38:43 +00:00
Add rst files for all the modules
This commit is contained in:
parent
ba909ebcc9
commit
c0d0498f36
86 changed files with 761 additions and 3 deletions
5
setup.py
5
setup.py
|
@ -296,8 +296,9 @@ class build_docs(BuildDoc):
|
|||
return old_import(name, globals, locals, fromlist, level)
|
||||
except ImportError:
|
||||
return FakeModule()
|
||||
except:
|
||||
raise
|
||||
except Exception, e:
|
||||
print "Skipping Exception: ", e
|
||||
return FakeModule()
|
||||
__builtins__.__import__ = new_import
|
||||
|
||||
BuildDoc.run(self)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue