summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/mail/plugins/soledad_sync_hooks.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/leap/bitmask/mail/plugins/soledad_sync_hooks.py')
-rw-r--r--src/leap/bitmask/mail/plugins/soledad_sync_hooks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/bitmask/mail/plugins/soledad_sync_hooks.py b/src/leap/bitmask/mail/plugins/soledad_sync_hooks.py
index 9d48126..a13aaac 100644
--- a/src/leap/bitmask/mail/plugins/soledad_sync_hooks.py
+++ b/src/leap/bitmask/mail/plugins/soledad_sync_hooks.py
@@ -15,5 +15,5 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-from leap.mail.sync_hooks import MailProcessingPostSyncHook
+from leap.bitmask.mail.sync_hooks import MailProcessingPostSyncHook
post_sync_uid_reindexer = MailProcessingPostSyncHook()