On Wed, Nov 12, 2014 at 02:42:58PM -0800, Steve Beattie wrote: > Another alternative would be explicitly name all the regex > symbols, rather than glob them in (which also makes pyflakes cry, > I believe).
Indeed, 'make check' is failing in the utils/ directory on trunk because of this import: Checking apparmor apparmor/aa.py:43: 'from apparmor.regex import *' used; unable to detect undefined names Makefile:98: recipe for target 'check' failed make: *** [check] Error 1 So we should come up with a solution for this. -- 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
