transaction: added missing import

for "traceback.print_exc(file=sys.stdout)" statement at line 361
This commit is contained in:
Roman Zeyde 2015-06-13 16:53:37 +03:00
parent cb4d3a78b4
commit c324d21107
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ import bitcoin
from bitcoin import *
from util import print_error
import time
import sys
import struct
#