Skip to content

Commit

Permalink
remove blocking implementation: it will return
Browse files Browse the repository at this point in the history
It will return as a crochet-based wrapper around the Twisted
implementation.
  • Loading branch information
warner committed May 12, 2016
1 parent 4dfa569 commit 4978500
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 967 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
url="https://github.com/warner/magic-wormhole",
package_dir={"": "src"},
packages=["wormhole",
"wormhole.blocking",
"wormhole.cli",
"wormhole.server",
"wormhole.test",
Expand All @@ -25,7 +24,7 @@
["wormhole = wormhole.cli.runner:entry",
"wormhole-server = wormhole.server.runner:entry",
]},
install_requires=["spake2==0.3", "pynacl", "requests", "argparse",
install_requires=["spake2==0.3", "pynacl", "argparse",
"six", "twisted >= 16.1.0", "hkdf", "tqdm",
"autobahn[twisted]", "pytrie",
# autobahn seems to have a bug, and one plugin throws
Expand Down
Empty file removed src/wormhole/blocking/__init__.py
Empty file.
49 changes: 0 additions & 49 deletions src/wormhole/blocking/eventsource.py

This file was deleted.

Loading

0 comments on commit 4978500

Please sign in to comment.