reworking
authorforrest <forrest@470744a7-cac9-478e-843e-5ec1b25c69e8>
Mon, 4 Jul 2011 09:22:27 +0000 (09:22 +0000)
committerforrest <forrest@470744a7-cac9-478e-843e-5ec1b25c69e8>
Mon, 4 Jul 2011 09:22:27 +0000 (09:22 +0000)
commit176dd2aa7ed7abbb2146d45dcc993177c339dfc0
treefe9c35704c8eb81ff9d7ef95e5b3ceaa0f2856dc
parent3d33fcc6b14b3f1cb95acf24f791faea984e78ed
reworking

git-svn-id: svn://forre.st/p2pool@1368 470744a7-cac9-478e-843e-5ec1b25c69e8
19 files changed:
p2pool/bitcoin/base58.py [new file with mode: 0644]
p2pool/bitcoin/data.py
p2pool/bitcoin/p2p.py
p2pool/data.py
p2pool/main.py
p2pool/p2p.py
p2pool/util.py [deleted file]
p2pool/util/__init__.py [new file with mode: 0644]
p2pool/util/bases.py [new file with mode: 0644]
p2pool/util/datachunker.py [new file with mode: 0644]
p2pool/util/db.py [moved from p2pool/db.py with 100% similarity]
p2pool/util/deferral.py [new file with mode: 0644]
p2pool/util/deferred_resource.py [new file with mode: 0644]
p2pool/util/dicts.py [new file with mode: 0644]
p2pool/util/expiring_dict.py [moved from p2pool/expiring_dict.py with 100% similarity]
p2pool/util/jsonrpc.py [moved from p2pool/jsonrpc.py with 93% similarity]
p2pool/util/math.py [new file with mode: 0644]
p2pool/util/variable.py [new file with mode: 0644]
p2pool/worker_interface.py