From f8bf366495804bcc107aa9dc26f7df54c02c1b24 Mon Sep 17 00:00:00 2001 From: Larry Kim Date: Thu, 16 May 2013 14:52:12 +0900 Subject: [PATCH] Forgot to add __init__ file. Edit README file. --- README.md | 2 +- whois/__init__.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index df0f50b..be12196 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ python-whois ============ -The whois library, which is developed in Python language, retrieves domain information from the server. +The whois library, which is developed in Python language, retrieves domain information and ip allocation information (WiP) from the server. Quick start ----------- diff --git a/whois/__init__.py b/whois/__init__.py index 8c9bb28..e33050a 100644 --- a/whois/__init__.py +++ b/whois/__init__.py @@ -8,3 +8,4 @@ from whois import Whois as whois from parser import Parser +from flags import *