Declare the melange namespace
This allows the client module to share the melange.* namespace Rename bin/melange to bin/melange-server Change-Id: I0ae94fbad7912b2642a6f53217fbd16c700e0dad
This commit is contained in:
parent
ce0ba2e45a
commit
af1e6f375c
@ -16,8 +16,13 @@
|
||||
# under the License.
|
||||
|
||||
import gettext
|
||||
import pkgutil
|
||||
import os
|
||||
|
||||
|
||||
__path__ = pkgutil.extend_path(__path__, __name__)
|
||||
|
||||
|
||||
gettext.install('melange', unicode=1)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user