From 2499ec300378f4c89ade915f8fae834d8ca3a25b Mon Sep 17 00:00:00 2001 From: Garret Heaton Date: Sun, 18 Oct 2009 14:06:22 -0700 Subject: [PATCH] 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. --- contrib/{collectd-network.py => collectd_network.py} | 0 contrib/{collectd-unixsock.py => collectd_unixsock.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename contrib/{collectd-network.py => collectd_network.py} (100%) rename contrib/{collectd-unixsock.py => collectd_unixsock.py} (100%) 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 -- 2.11.0