]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Delete unused import of pprint module
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 11 Jan 2001 15:35:16 +0000 (15:35 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 11 Jan 2001 15:35:16 +0000 (15:35 +0000)
Lib/distutils/sysconfig.py

index 605e95dfb2f54af5b03dd247a53f1e003b50039c..d57b915911eed92f3502a9dd6dda8696686d84a8 100644 (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()