Skip to content
Snippets Groups Projects
Commit ed8f837f authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Bug fix

parent cb8c8e56
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ def assign_components(G): ...@@ -64,7 +64,7 @@ def assign_components(G):
if __name__ == "__main__": if __name__ == "__main__":
import argparse import argparse
from nx import nx_agraph from networkx import nx_agraph
parser = argparse.ArgumentParser() parser = argparse.ArgumentParser()
parser.add_argument("--gv", help = "Create Graphviz file", parser.add_argument("--gv", help = "Create Graphviz file",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment