X-Git-Url: https://git.draconx.ca/gitweb/squashmirror.git/blobdiff_plain/6a2e8e8c5880fa7f35ef90fbfeea8dfbbfc048a1..f419e6e863af2c87773b829fb5e8ef09797a620a:/portage/sync/modules/squashmirror/__init__.py diff --git a/portage/sync/modules/squashmirror/__init__.py b/portage/sync/modules/squashmirror/__init__.py index d02acdc..6421848 100644 --- a/portage/sync/modules/squashmirror/__init__.py +++ b/portage/sync/modules/squashmirror/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2015 Nick Bowler +# Copyright © 2015-2016 Nick Bowler # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -35,6 +35,7 @@ module_spec = { 'provides': { 'squashmirror-module': { 'name': 'squashmirror', + 'sourcefile': 'squashmirror', 'description': __doc__, 'class': 'SquashMirror', 'validate_config': CheckSquashConfig,