2to3port #2

Merged
benjamyn merged 12 commits from 2to3port into master 2020-10-10 18:48:33 -04:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 01e2e50ce7 - Show all commits

View File

@ -9,4 +9,4 @@
from .whois import Whois from .whois import Whois
# import flags # import flags
from . import flags from . import flags
import parser from . import parser

View File

@ -6,7 +6,7 @@
# \ \_\ \ \_\ \_\\ \_\ \_\\/\_____\\ \_____\\ \_\ \_\ # \ \_\ \ \_\ \_\\ \_\ \_\\/\_____\\ \_____\\ \_\ \_\
# \/_/ \/_/\/_/ \/_/ /_/ \/_____/ \/_____/ \/_/ /_/ # \/_/ \/_/\/_/ \/_/ /_/ \/_____/ \/_____/ \/_/ /_/
import error from . import error
import re import re
import sys import sys
import os import os