Skip to content

Commit

Permalink
Fix import statement in messages/frontend.py
Browse files Browse the repository at this point in the history
Resolves #858
  • Loading branch information
nehaljwani authored and akx committed Apr 20, 2022
1 parent 5d24af5 commit 9aca148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion babel/messages/frontend.py
Expand Up @@ -47,7 +47,7 @@
except ImportError:
from distutils import log as distutils_log
from distutils.cmd import Command as _Command
from distutils.errors import OptionError as OptionError, DistutilsSetupError as SetupError, DistutilsError as BaseError
from distutils.errors import DistutilsOptionError as OptionError, DistutilsSetupError as SetupError, DistutilsError as BaseError



Expand Down

0 comments on commit 9aca148

Please sign in to comment.