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.7.5~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2499ec300378f4c89ade915f8fae834d8ca3a25b;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