summaryrefslogtreecommitdiffstats
path: root/contrib/ipaddr-py/README
diff options
context:
space:
mode:
authorNigel Babu <nigelb@redhat.com>2018-07-03 11:58:26 +0530
committerAmar Tumballi <amarts@redhat.com>2018-07-09 03:39:04 +0000
commitfc06ba7d3583d19b58a21e1022494416e2bfe64f (patch)
tree627b7c4fbaf27a0f86e5485d084460cc0ca32a89 /contrib/ipaddr-py/README
parent55d1b0531a0b322a1b851fc921fd6fdf25d26331 (diff)
contrib: Remove contrib/ipaddr-py entirely.
This module is no longer being used. Fixes: bz#1597512 Change-Id: Ie5faf55c5961d9d7b5082c9c257351af712c41d7 Signed-off-by: Nigel Babu <nigelb@redhat.com>
Diffstat (limited to 'contrib/ipaddr-py/README')
-rw-r--r--contrib/ipaddr-py/README8
1 files changed, 0 insertions, 8 deletions
diff --git a/contrib/ipaddr-py/README b/contrib/ipaddr-py/README
deleted file mode 100644
index 1b54294bb10..00000000000
--- a/contrib/ipaddr-py/README
+++ /dev/null
@@ -1,8 +0,0 @@
-ipaddr.py is a library for working with IP addresses, both IPv4 and IPv6.
-It was developed by Google for internal use, and is now open source.
-
-Project home page: http://code.google.com/p/ipaddr-py/
-
-Please send contributions to ipaddr-py-dev@googlegroups.com. Code should
-include unit tests and follow the Google Python style guide:
-http://code.google.com/p/soc/wiki/PythonStyleGuide