diff --git a/examples/fdroid_clean_repos.py b/examples/fdroid_clean_repos.py index 4c5b23a6..252f57ba 100644 --- a/examples/fdroid_clean_repos.py +++ b/examples/fdroid_clean_repos.py @@ -7,7 +7,7 @@ import logging from fdroidserver import _, common, metadata -from fdserver.exeption import VCSException +from fdroidserver.exception import VCSException fdroid_summary = 'reset app VCSs to the latest version'