Skip to content

Commit

Permalink
using default get_config() so it can possible be used in Go
Browse files Browse the repository at this point in the history
  • Loading branch information
smn committed Nov 19, 2013
1 parent d158af4 commit 16ab1a9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions vumi/demos/static_reply.py
Expand Up @@ -19,10 +19,6 @@ class StaticReplyApplication(ApplicationWorker):
"""
CONFIG_CLASS = StaticReplyConfig

def get_config(self, message, ctxt=None):
config = self.config.copy()
return succeed(self.CONFIG_CLASS(config))

@inlineCallbacks
def consume_user_message(self, message):
config = yield self.get_config(message)
Expand Down

0 comments on commit 16ab1a9

Please sign in to comment.