Hello, Am Sonntag, 7. Juni 2015 schrieb Kshitij Gupta: > The cleanprofile.py has an apparmor import, this patch modifies the > import to make it consistent with the rest of modules.
Good idea, thanks! > === modified file 'utils/apparmor/cleanprofile.py' > --- utils/apparmor/cleanprofile.py 2015-04-26 19:54:38 +0000 > +++ utils/apparmor/cleanprofile.py 2015-06-07 17:10:07 +0000 > @@ -13,13 +13,13 @@ > # > --------------------------------------------------------------------- > - import re > > -import apparmor > +import apparmor.aa as apparmor [...] Acked-by: Christian Boltz <[email protected]> (for trunk) Regards, Christian Boltz -- [Antialiasing] macht lediglich die weichen Konturen, und die sind Geschmackssache. Ohne AA sehe ich die Raddelkanten, da ziehe ich Gorillas im Nebel vor. [Ratti in suse-linux] -- AppArmor mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/apparmor
