[open-ils-commits] r7795 - trunk/Open-ILS/src/python/oils

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Sep 16 13:54:27 EDT 2007


Author: erickson
Date: 2007-09-16 13:46:02 -0400 (Sun, 16 Sep 2007)
New Revision: 7795

Modified:
   trunk/Open-ILS/src/python/oils/system.py
Log:
passing config context to osrfConnect

Modified: trunk/Open-ILS/src/python/oils/system.py
===================================================================
--- trunk/Open-ILS/src/python/oils/system.py	2007-09-16 17:45:22 UTC (rev 7794)
+++ trunk/Open-ILS/src/python/oils/system.py	2007-09-16 17:46:02 UTC (rev 7795)
@@ -18,9 +18,9 @@
 from oils.utils.idl import oilsParseIDL
 from oils.utils.csedit import oilsLoadCSEditor
 
-def oilsConnect(config):
+def oilsConnect(config, configContext):
 	"""Connects to the opensrf network,  parses the IDL file, and loads the CSEditor"""
 	osrfLogInfo("oilsConnect(): connecting with config %s" % config)
-	osrfConnect(config)
+	osrfConnect(config, configContext)
 	oilsParseIDL()
 	oilsLoadCSEditor()



More information about the open-ils-commits mailing list