Skip to content

Commit

Permalink
Depend on Werkzeug being installed instead of including it in the source
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Allik committed Aug 28, 2013
1 parent 055d553 commit 6458513
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1,803 deletions.
2 changes: 1 addition & 1 deletion spinoff/contrib/http/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from spinoff.actor.exceptions import Unhandled
from spinoff.util.logging import dbg
from spinoff.util.pattern_matching import ANY
from .werkzeug_wrappers import BaseRequest
from werkzeug import BaseRequest


class HttpServer(Actor):
Expand Down
Loading

0 comments on commit 6458513

Please sign in to comment.