]> git.proxmox.com Git - mirror_frr.git/blobdiff - tests/topotests/lib/topolog.py
tests: cleanup - remove unused imports
[mirror_frr.git] / tests / topotests / lib / topolog.py
index 06e4fa066c758c5a0be316107fb5f3ded9788e31..b2251cbefb80286a0eb98018be24ae71207debf3 100644 (file)
@@ -32,9 +32,9 @@ import subprocess
 import sys
 
 if sys.version_info[0] > 2:
-    import configparser
+    pass
 else:
-    import ConfigParser as configparser
+    pass
 
 try:
     from xdist import is_xdist_controller