automatically parse dates
authorRichard Baron Penman
Tue, 08 Jan 2013 16:10:17 +1100
changeset 7 0c85f53b04cb
parent 6 7dee244ba3ef
child 8 9cf495a1e2e9
automatically parse dates
pywhois/__init__.py
--- a/pywhois/__init__.py	Tue Jan 08 16:04:19 2013 +1100
+++ b/pywhois/__init__.py	Tue Jan 08 16:10:17 2013 +1100
@@ -9,7 +9,6 @@
     # clean domain to expose netloc
     domain = extract_domain(url)
     try:
-        raise OSError('')
         # try native whois command first
         r = subprocess.Popen(['whois', domain], stdout=subprocess.PIPE)
         text = r.stdout.read()