Rename manticore.seth to manticore.ethereum (#665)

* Rename file

* Fixup refs

* update logging

* Update docs

* Update docstr

* Clean docs
This commit is contained in:
Mark Mossberg
2017-12-22 14:05:37 -05:00
committed by GitHub
parent c200aeefec
commit 7875aaf5fd
10 changed files with 14 additions and 13 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
from manticore.seth import ManticoreEVM
from manticore.ethereum import ManticoreEVM
m = ManticoreEVM()
m.verbosity(3)
+1 -1
View File
@@ -1,4 +1,4 @@
from manticore.seth import ManticoreEVM
from manticore.ethereum import ManticoreEVM
################ Script #######################
m = ManticoreEVM()
+1 -1
View File
@@ -1,4 +1,4 @@
from manticore.seth import ManticoreEVM, ABI
from manticore.ethereum import ManticoreEVM, ABI
################ Script #######################
m = ManticoreEVM()
+1 -1
View File
@@ -1,4 +1,4 @@
from manticore.seth import ManticoreEVM
from manticore.ethereum import ManticoreEVM
################ Script #######################
m = ManticoreEVM()
+1 -1
View File
@@ -1,4 +1,4 @@
from manticore.seth import ManticoreEVM
from manticore.ethereum import ManticoreEVM
################ Script #######################
m = ManticoreEVM()