ganglia / gmond_python_modules

Repository of user-contributed Gmond Python DSO metric modules
http://sourceforge.net/apps/trac/ganglia/wiki/ganglia_gmond_python_modules
389 stars 354 forks source link

fixed timeout values for python 2.4 #172

Closed ghost closed 9 years ago

ghost commented 9 years ago

Some older hosts (for example CentOS 5) are still using older python version. timeout value in urllib2.urlopen was added in python 2.6

jbuchbinder commented 9 years ago

Any possibility of a slightly cleaner diff? The patch attached changes all sorts of lines which have nothing to do with the actual patch (mostly spacing adjustments).

ghost commented 9 years ago

Yeah, sry didn't noticed that, seams my vim automatically tried to pep8 the file by removing ident on empty lines. If it poses a problem, I guess i can go and fix that.