[Oval-commits] r71 - trunk/tools/oval/parser
Javier Fernández-Sanguino Peña
jfs at computer.org
Wed Jul 11 17:09:14 UTC 2007
On Wed, Jul 11, 2007 at 03:52:22PM +0000, Pavel Vinogradov wrote:
> Author: blaze-guest
> Date: 2007-07-11 15:52:21 +0000 (Wed, 11 Jul 2007)
> New Revision: 71
>
> Modified:
> trunk/tools/oval/parser/dsa.py
> Log:
> ecraning package name when use it in regexp
I actually think you should simplify the URL Regexp and leave it like this:
urlpatern = re.compile (r'fileurl [\w:/.]+/([^/]*?)\.deb')
Wouldn't that be better?
Javier
More information about the Oval-commits
mailing list