Replace dashes with underscores in python modules
authorGarret Heaton <powdahound@gmail.com>
Sun, 18 Oct 2009 21:06:22 +0000 (14:06 -0700)
committerGarret Heaton <powdahound@gmail.com>
Sun, 18 Oct 2009 21:06:22 +0000 (14:06 -0700)
commitc896ff6c84d6dc2e3bef5840bc453a9d318e54c2
treeb645646f44f9749d5c94f1ed875576e52ec4e65d
parentf91f41d39ff7d009d8305d7dbfb29a26738af1ee
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 [deleted file]
contrib/collectd-unixsock.py [deleted file]
contrib/collectd_network.py [new file with mode: 0644]
contrib/collectd_unixsock.py [new file with mode: 0644]