Changeset 59

Show
Ignore:
Timestamp:
11/22/06 12:39:38 (2 years ago)
Author:
t
Message:

oops, always run the tests before committing...

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cartwheel-clients/canal/canalAPI/xmlrpc.py

    r57 r59  
    6060            raise Exception("canal_svc version is %s; require %s" % (version, 
    6161                                                                     req_ver)) 
     62 
     63        return server 
    6264    except: 
    6365        sys.stderr.write("ERROR opening Cartwheel server at %s.\n" % server_url)