Changeset ad3d8df


Ignore:
Timestamp:
Sep 22, 2011 3:03:36 PM (13 years ago)
Author:
Ted Faber <faber@…>
Branches:
compt_changes, info-ops, master
Children:
4909fcf
Parents:
e982b92
Message:

More reasonable default URL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/compose.py

    re982b92 rad3d8df  
    149149    def __init__(self):
    150150        OptionParser.__init__(self)
    151         self.add_option('--url', dest='url', default="http://localhost:13235",
     151        self.add_option('--url', dest='url', default="http://localhost:23235",
    152152                help='url of ns2 to topdl service')
    153153        self.add_option('--certfile', dest='cert', default=None,
Note: See TracChangeset for help on using the changeset viewer.