From: Garret Heaton Date: Sun, 18 Oct 2009 21:06:22 +0000 (-0700) Subject: Replace dashes with underscores in python modules X-Git-Tag: collectd-4.10.0~2^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c896ff6c84d6dc2e3bef5840bc453a9d318e54c2;p=thirdparty%2Fcollectd.git Replace dashes with underscores in python modules It's not possible to import python modules with dashes in the name. See http://bit.ly/2t7fcy for more information. --- diff --git a/contrib/collectd-network.py b/contrib/collectd_network.py similarity index 100% rename from contrib/collectd-network.py rename to contrib/collectd_network.py diff --git a/contrib/collectd-unixsock.py b/contrib/collectd_unixsock.py similarity index 100% rename from contrib/collectd-unixsock.py rename to contrib/collectd_unixsock.py