Change directory structure

This commit is contained in:
Larry Kim 2013-01-28 03:03:44 +09:00
parent 51a108d7d5
commit 54e65759be
3 changed files with 0 additions and 13 deletions

View File

@ -1,5 +0,0 @@
import os
whoisServers = {}
execfile(os.path.join(os.path.dirname(os.path.realpath(__file__)), "whois-servers.conf"), {}, whoisServers)
print whoisServers

View File

@ -1,4 +0,0 @@
whoisServer = {
"so": "whois.nic.so",
"id": "whois.pandi.or.id",
}

View File

@ -1,4 +0,0 @@
whois = {
"so": "whois.nic.so",
"id": "whois.pandi.or.id",
}