Replace dashes with underscores in python modules
authorGarret Heaton <powdahound@gmail.com>
Sun, 18 Oct 2009 21:06:22 +0000 (14:06 -0700)
committerFlorian Forster <octo@noris.net>
Wed, 21 Oct 2009 09:29:43 +0000 (11:29 +0200)
commit2499ec300378f4c89ade915f8fae834d8ca3a25b
tree616b5dffc9c4a5d283e070844be3b91489d6abbd
parentb0b35c33b67d9fe37538f38aaa7db7d34d4df002
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]