On Fri, Jun 08, 2012 at 12:50:40PM -0700, John Johansen wrote: > create-apparmor.vim.py was failing on systems with python 2.5, fix that > > If this patch is acceptable I would like to nominate it for 2.8.1
Acked-By: Steve Beattie <[email protected]> for both trunk and 2.8.1 Thanks. > --- a/utils/vim/create-apparmor.vim.py > +++ b/utils/vim/create-apparmor.vim.py > @@ -9,6 +9,7 @@ > # Written by Steve Beattie <[email protected]>, based on work by > # Christian Boltz <[email protected]> > > +from __future__ import with_statement > import os > import re > import subprocess -- Steve Beattie <[email protected]> http://NxNW.org/~steve/
signature.asc
Description: Digital signature
-- AppArmor mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/apparmor
