Changeset ad3d8df
- Timestamp:
- Sep 22, 2011 3:03:36 PM (13 years ago)
- Branches:
- compt_changes, info-ops, master
- Children:
- 4909fcf
- Parents:
- e982b92
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/compose.py
re982b92 rad3d8df 149 149 def __init__(self): 150 150 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", 152 152 help='url of ns2 to topdl service') 153 153 self.add_option('--certfile', dest='cert', default=None,
Note: See TracChangeset
for help on using the changeset viewer.