lp:~sbeattie/apparmor-profile-tools/pre-merger-cleanups

Created by Steve Beattie and last modified
Get this branch:
bzr branch lp:~sbeattie/apparmor-profile-tools/pre-merger-cleanups
Only Steve Beattie can upload to this branch. If you are Steve Beattie please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Steve Beattie
Project:
AppArmor Profile tools in Python
Status:
Development

Recent revisions

100. By Steve Beattie

Simplify the work tools and modules need to do to get the shared
translations. External utilities can still use their own textdomains
if they have strings that are not part of the apparmor-utils catalog.

99. By Steve Beattie

Clean up a bunch of pep8 warnings, as found by running:

  pep8 --ignore=E501,E302

on individual files. This uncovered a bug where the type of an object
was being compared to a type of a list. However, a python string is a
list of characters, and so would cause the test to be true.

98. By Steve Beattie

Get rid of the globbing imports, which allows pyflakes to do a better
job. Clean up a bunch of pyflakes complaints. Doing so uncovered
references to apparmor/yasti.py functions in aa.py that hadn't been
imported.

97. By Steve Beattie

Convert to using python's modular translations interface. This allows
the utility python modules to be used inside another tool with another
textdomain binding and still have the translations for that tool and the
stuff internal to the apparmor module convert properly.

96. By Steve Beattie

Delete empty file

95. By Kshitij Gupta

Fixed the sample --trace feature. Opinions on using it? and should it be implemented in every tool separately?

94. By Kshitij Gupta
93. By Kshitij Gupta

Some bugfixes for UIYesNo to deny invalid keys, fix autodep when creating new profiles

92. By Kshitij Gupta

Fixed some variable name conflicts, moved some code to methods from functions. Fixes the bug in custom logfile name.

91. By Kshitij Gupta

Added read from custom logfile feature and some other older changes I sadly dont remember

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:apparmor-profile-tools
This branch contains Public information 
Everyone can see this information.

Subscribers