diff options
Diffstat (limited to 'lib/extensions/__init__.py')
| -rw-r--r-- | lib/extensions/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/extensions/__init__.py b/lib/extensions/__init__.py index f6694a90..b4a08840 100644 --- a/lib/extensions/__init__.py +++ b/lib/extensions/__init__.py @@ -4,6 +4,7 @@ # Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details. from .about import About +from .apply_attribute import ApplyAttribute from .apply_palette import ApplyPalette from .apply_threadlist import ApplyThreadlist from .auto_run import AutoRun @@ -82,6 +83,7 @@ from .zip import Zip extensions = [ About, + ApplyAttribute, ApplyPalette, ApplyThreadlist, AutoRun, |
