Skip to content
Snippets Groups Projects
Commit 617d341f authored by gpotter2's avatar gpotter2 Committed by Guillaume Valadon
Browse files

Re-align a dictionnary

parent 949ea2fa
No related branches found
No related tags found
No related merge requests found
......@@ -247,8 +247,9 @@ class WinProgPath(ConfClass):
def __init__(self):
# This is a dict containing the name of the .exe and a keyword
# that must be in the path of the file
external_prog_list = {"AcroRd32" : "", "gsview32" : "", "dot" : "graph", "windump" : "", "tshark" : "",
"tcpreplay" : "", "hexer" : "", "sox" : "", "wireshark" : ""}
external_prog_list = {"AcroRd32" : "", "gsview32" : "", "dot" : "graph",
"windump" : "", "tshark" : "", "tcpreplay" : "",
"hexer" : "", "sox" : "", "wireshark" : ""}
_deep_lookup(external_prog_list)
self._reload()
......
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