~raxnetworking/nova/melange

« back to all changes in this revision

Viewing changes to bin/melange-manage

  • Committer: Rajaram Mallya
  • Date: 2011-09-05 13:19:18 UTC
  • Revision ID: rajarammallya@gmail.com-20110905131918-impvi6rmge75qk1x
Rajaram/Vinkesh|fixed more imports to import  only modules and misc style improvements

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
if os.path.exists(os.path.join(possible_topdir, 'melange', '__init__.py')):
31
31
    sys.path.insert(0, possible_topdir)
32
32
 
33
 
 
34
33
from melange import version
35
34
from melange.common import config
36
35
from melange.common import wsgi
39
38
 
40
39
 
41
40
def create_options(parser):
42
 
    """Sets up the CLI and config-file options
 
41
    """Sets up the CLI and config-file options.
 
42
 
43
43
    :param parser: The option parser
44
44
 
45
45
    """