- Renamed scythercache to scyther.py
This commit is contained in:
parent
b7c16d8a6b
commit
7b8ac9c14a
@ -35,7 +35,7 @@ from tempfile import NamedTemporaryFile
|
|||||||
from optparse import OptionParser
|
from optparse import OptionParser
|
||||||
|
|
||||||
import tuplesdo
|
import tuplesdo
|
||||||
import scythercache
|
import scyther
|
||||||
import protocollist
|
import protocollist
|
||||||
|
|
||||||
|
|
||||||
@ -126,13 +126,13 @@ def ScytherEval (plist):
|
|||||||
sys.stdout.flush()
|
sys.stdout.flush()
|
||||||
sys.stderr.flush()
|
sys.stderr.flush()
|
||||||
|
|
||||||
args = scythercache.default_arguments(plist, options.match, options.bounds)
|
args = scyther.default_arguments(plist, options.match, options.bounds)
|
||||||
n = len(plist)
|
n = len(plist)
|
||||||
if not (n,args) in ArgumentsList:
|
if not (n,args) in ArgumentsList:
|
||||||
ArgumentsList.append((n,args))
|
ArgumentsList.append((n,args))
|
||||||
print "Testing",n,"tuples using",args
|
print "Testing",n,"tuples using",args
|
||||||
|
|
||||||
return scythercache.default_parsed(plist, options.match, options.bounds)
|
return scyther.default_parsed(plist, options.match, options.bounds)
|
||||||
|
|
||||||
# ScytherEval1
|
# ScytherEval1
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user