Skip to content

Commit

Permalink
removed hooks to CMU IPC
Browse files Browse the repository at this point in the history
  • Loading branch information
trey0 committed Mar 29, 2011
1 parent 5ee7f53 commit 5d24e3a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
6 changes: 0 additions & 6 deletions IpcWrapper.py

This file was deleted.

6 changes: 1 addition & 5 deletions exampleConfig.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
PROTOCOL = 'tcp'

if PROTOCOL == 'ipc':
SERVER_ENDPOINT = 'ipc:exampleServer'
NOTIFY_ENDPOINT = 'ipc:localhost:1381'
USE_SERVICE_DISCOVERY = True
elif PROTOCOL == 'tcp':
if PROTOCOL == 'tcp':
SERVER_ENDPOINT = 'tcp:localhost:9085'
NOTIFY_ENDPOINT = None
USE_SERVICE_DISCOVERY = False

0 comments on commit 5d24e3a

Please sign in to comment.