Import os module

This commit is contained in:
Larry Kim 2013-02-17 02:01:40 +09:00
parent 1d1920decb
commit aa66f20fcc

View File

@ -9,6 +9,7 @@
import error
import re
import sys
import os
class Parser(object):
def __init__(self, domain, text, whoisServer=None):