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:
Jason Kölker 2012-01-20 13:07:13 -06:00
parent ce0ba2e45a
commit af1e6f375c
3 changed files with 6 additions and 1 deletions

View File

@ -16,8 +16,13 @@
# under the License.
import gettext
import pkgutil
import os
__path__ = pkgutil.extend_path(__path__, __name__)
gettext.install('melange', unicode=1)

View File

@ -123,7 +123,7 @@ setup(name='melange',
'Programming Language :: Python :: 2.6',
'Environment :: No Input/Output (Daemon)',
],
scripts=['bin/melange',
scripts=['bin/melange-server',
'bin/melange-manage',
'bin/melange-delete-deallocated-ips',
],