We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
translate_messages.cli.lib
1 parent df6b346 commit 1a837edCopy full SHA for 1a837ed
1 file changed
translate-messages/utils/clean.py
@@ -2,7 +2,7 @@
2
import shutil, sys
3
from types import SimpleNamespace as sn
4
5
-from translate_messages.lib import data, log
+from translate_messages.cli.lib import data, log
6
7
def main():
8
msgs_path = Path(__file__).parent / 'data/messages.json'
0 commit comments