jack-ullery / AppAnvil

Graphical user interface for the AppArmor security module (in-progress)
GNU General Public License v3.0
16 stars 12 forks source link

Common view functions #42

Closed jack-ullery closed 1 year ago

jack-ullery commented 1 year ago

This is a simple PR which cleans code by moving the get_widget and get_widget_shared functions to a separate class. Previously, there were copies of this function repeated in multiple classes. This fixes that.