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.
This commit is contained in:
Wladimir J. van der Laan 2015-07-02 23:23:29 +02:00
parent 66e5465773
commit 56dc70439f
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
1 changed files with 1 additions and 1 deletions

View File

@ -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