Delete unused import of pprint module

This commit is contained in:
Andrew M. Kuchling 2001-01-11 15:35:16 +00:00
parent ae72d87822
commit 0d36206afd
1 changed files with 0 additions and 1 deletions

View File

@ -362,7 +362,6 @@ def get_config_vars(*args):
"""
global _config_vars
if _config_vars is None:
from pprint import pprint
func = globals().get("_init_" + os.name)
if func:
func()