Applied to next.

I am working on getting caught up at the moment.

On Wed, Oct 22, 2008 at 9:45 PM,  <[EMAIL PROTECTED]> wrote:
>
> From: Dave Peticolas <[EMAIL PROTECTED]>
>
> The default is 'string' anyway.
> ---
>  client/libsinan/args.py |    5 ++---
>  1 files changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/client/libsinan/args.py b/client/libsinan/args.py
> index 3896ab5..b5ad8b5 100644
> --- a/client/libsinan/args.py
> +++ b/client/libsinan/args.py
> @@ -41,10 +41,9 @@ information about server arguments read the sinan 
> documentation.
>     parser = optparse.OptionParser(usage)
>
>     help = "the directory containing the directory containing the 'erl' 
> binary"
> -    parser.add_option("-p", "--prefix", type="str", help=help)
> +    parser.add_option("-p", "--prefix", help=help)
>
> -    parser.add_option("-u", "--url", type="str",
> -                      help="the url for the sinan server")
> +    parser.add_option("-u", "--url", help="the url for the sinan server")
>
>     options, posargs = parser.parse_args(argv)
>
> --
> 1.6.0.2
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"erlware-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/erlware-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to