Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit fa18c20

Browse files
committed
Added missing import
1 parent 376ce55 commit fa18c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etheno/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from .client import RpcProxyClient
99
from .differentials import DifferentialTester
1010
from .echidna import echidna_exists, EchidnaPlugin, install_echidna
11-
from .etheno import app, EthenoView, GETH_DEFAULT_RPC_PORT, ManticoreClient, ETHENO
11+
from .etheno import app, EthenoView, GETH_DEFAULT_RPC_PORT, ManticoreClient, ETHENO, VERSION_NAME
1212
from .genesis import Account, make_accounts, make_genesis
1313
from .synchronization import AddressSynchronizingClient, RawTransactionClient
1414
from .utils import clear_directory, decode_value, find_open_port, format_hex_address, ynprompt

0 commit comments

Comments
 (0)