Can i check this in?

Eric Olson eolson at mcs.anl.gov
Thu Feb 19 13:38:58 CST 2004


I'd like to check in some changes to cvs to make the OSX version closer to 
working.  That way if people offer to help, they can start with cvs 
more easily.

Is this okay for now:  (or is there a better suggestion?)

if isOSX():
    import bsddb
else:
    import bsddb185 as bsddb

----------------
What about this change? (prevents cert request from crashing):

if not isOSX():
    self.FitToPage(self.panel)

---------------
And there's about 5-10 scattered lines that would make the VenueClient 
look ok on osx (and actually appear).  Do we want to check those in?

---------------
And code for Globus 2.4.3 get_certificate_locations (which other people 
could check in too)
---------------

Of course we can wait for all of these things, i'm just asking.

Eric




More information about the ag-dev mailing list