- move forward_api_calls to /usr/bin
authorMark Huang <mlhuang@cs.princeton.edu>
Mon, 13 Nov 2006 19:56:50 +0000 (19:56 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Mon, 13 Nov 2006 19:56:50 +0000 (19:56 +0000)
delegate.py

index 17bba7a..bb0942b 100644 (file)
@@ -6,7 +6,7 @@ import tools
 
 
 class Delegate(accounts.Account):
-    SHELL = '/bin/forward_api_calls'  # tunneling shell
+    SHELL = '/usr/bin/forward_api_calls'  # tunneling shell
     TYPE = 'delegate'
 
     @staticmethod