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.
1 parent 8f628bb commit f66393cCopy full SHA for f66393c
setup.py
@@ -11,8 +11,6 @@
11
from setuptools import setup
12
from setuptools.command.install import install as _install
13
14
-from bpython import package_dir
15
-
16
try:
17
from babel.messages.frontend import compile_catalog as _compile_catalog
18
from babel.messages.frontend import extract_messages as _extract_messages
@@ -72,6 +70,7 @@ def run(self):
72
70
'install': install
73
71
}
74
+from bpython import package_dir
75
translations_dir = os.path.join(package_dir, 'translations')
76
77
# localization options
0 commit comments