Fix for bug #9390 (https://gna.org/bugs/index.php?9390).
The problem was that the inspect.getargspec() function in Python 2.5 was failing on the Scientific
object located in the relax prompt namespace. The simple solution was to add 'Scientific' to the
blacklisted objects in the docstring fetching code.