Skip to content

Commit

Permalink
Merge pull request #16 from urbanairship/made-fakes-better
Browse files Browse the repository at this point in the history
  • Loading branch information
russellmayhew committed Apr 16, 2014
2 parents 937bd13 + 579197c commit 383789d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions kiddiepool/fake.py
Expand Up @@ -43,13 +43,13 @@ def _session_watcher(self):
def _watcher(self):
pass

def __init__(self):
def __init__(self, *args, **kwargs):
self.client_state = 'CLOSED'
self.state_listeners = set()
self._child_watchers = collections.defaultdict(set)
self._data_watchers = collections.defaultdict(set)

def start(self):
def start(self, timeout=15):
self.client_state = 'CONNECTED'

def stop(self):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@
setup(
name='kiddiepool',
url='https://github.com/urbanairship/kiddiepool',
version='1.0.1',
version='1.0.2',
license='Apache',
author='Urban Airship',
author_email='platform@urbanairship.com',
Expand Down

0 comments on commit 383789d

Please sign in to comment.