- Removed Bin subdirectory and updates scripts.

This commit is contained in:
Cas Cremers
2007-05-21 13:24:19 +02:00
parent 38a5d04c8c
commit 461895555b
6 changed files with 9 additions and 10 deletions

View File

@@ -34,7 +34,7 @@ def scyther_to_dotfile():
""" Run Scyther, return dotfile name """
mydir = os.path.dirname(__file__)
scythername = os.path.join(mydir, "../Scyther/Bin/scyther-linux")
scythername = os.path.join(mydir, "../Scyther/scyther-linux")
args = " ".join(sys.argv[1:])
tmpdotfile = generateTemp('dot')