[nanny/win32: 18/75] Add localhost to pyro conf
- From: Roberto Majadas <telemaco src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nanny/win32: 18/75] Add localhost to pyro conf
- Date: Tue, 2 Nov 2010 18:52:28 +0000 (UTC)
commit 4f8cfef94359a1dd0facb17358fb451e931f6e0c
Author: Roberto Majadas <roberto majadas openshine com>
Date: Fri Sep 17 15:59:59 2010 +0200
Add localhost to pyro conf
daemon/src/NannyPyroBus.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/daemon/src/NannyPyroBus.py b/daemon/src/NannyPyroBus.py
index 25a09e2..0ee5bfb 100644
--- a/daemon/src/NannyPyroBus.py
+++ b/daemon/src/NannyPyroBus.py
@@ -174,6 +174,7 @@ class OrgGnomeNannyWebDatabase(Pyro.core.ObjBase):
def inThread(quarterback):
Pyro.core.initServer()
daemon=Pyro.core.Daemon()
+ daemon.host = "localhost"
uries = []
uries.append(daemon.connect(OrgGnomeNanny(quarterback),"org.gnome.Nanny"))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]