Changes between Version 3 and Version 4 of HowToDoCSWTransactionOperations


Ignore:
Timestamp:
Oct 20, 2009, 12:25:06 PM (15 years ago)
Author:
wgrunberg
Comment:

fixed code ("opener.open(request)" for log out) and a typo

Legend:

Unmodified
Added
Removed
Modified
  • HowToDoCSWTransactionOperations

    v3 v4  
    9393   # more CSW requests if desired
    9494
    95    # Last, alaways log out
     95   # Last, always log out
    9696   request = urllib2.Request(url_out)
    97    response = urllib2.urlopen(request)
     97   response = opener.open(request)
    9898   #print response.read()       # debug
    9999