vbuterin / pybitcointools

SImple, common-sense Bitcoin-themed Python ECC library
1.28k stars 857 forks source link

minor error in readme/tutorial #47

Closed photonymous closed 9 years ago

photonymous commented 9 years ago

import line in readme says: "from pybitcointools import " but this should be: "from bitcoin import "

vbuterin commented 9 years ago

Thanks! Just got a pull request to fix.