Browse Source

tests: fix txn_clone.py (retry)

There was a stale .pyc file around from before the move. This should
catch all missing modules and finally fix the travis build.
0.13
Wladimir J. van der Laan 9 years ago
parent
commit
56dc70439f
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 2
      qa/rpc-tests/txn_clone.py

2
qa/rpc-tests/txn_clone.py

@ -10,7 +10,7 @@ @@ -10,7 +10,7 @@
from test_framework.test_framework import BitcoinTestFramework
from test_framework.authproxy import AuthServiceProxy, JSONRPCException
from decimal import Decimal
from util import *
from test_framework.util import *
import os
import shutil

Loading…
Cancel
Save