Comment 1 for bug 192130

Revision history for this message
Robert Penz (robert-penz-name) wrote :

incomplete: what do you need more?

following worked before the update and is still shown in the newest package as example in /usr/share/doc/python-clamav/README.txt

# python
Python 2.4.3 (#2, Oct 6 2006, 07:52:30)
[GCC 4.0.3 (Ubuntu 4.0.3-1ubuntu5)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pyclamav
>>> pyclamav.scanthis("Buffer to test blalblabla...")
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
AttributeError: 'module' object has no attribute 'scanthis'