[open-ils-commits] r8327 - trunk/Open-ILS/src/python/oils/utils
svn at svn.open-ils.org
svn at svn.open-ils.org
Sun Jan 6 14:08:37 EST 2008
Author: dbs
Date: 2008-01-06 13:44:22 -0500 (Sun, 06 Jan 2008)
New Revision: 8327
Modified:
trunk/Open-ILS/src/python/oils/utils/idl.py
Log:
Typo fix in Python IDL module (virtul -> virtual)
Modified: trunk/Open-ILS/src/python/oils/utils/idl.py
===================================================================
--- trunk/Open-ILS/src/python/oils/utils/idl.py 2008-01-06 18:41:54 UTC (rev 8326)
+++ trunk/Open-ILS/src/python/oils/utils/idl.py 2008-01-06 18:44:22 UTC (rev 8327)
@@ -155,7 +155,7 @@
self.links = []
if self.virtual and self.virtual.lower() == 'true':
- self.virtul = True
+ self.virtual = True
else:
self.virtual = False
@@ -182,7 +182,7 @@
self.position = kwargs.get('position')
if self.virtual and self.virtual.lower() == 'true':
- self.virtul = True
+ self.virtual = True
else:
self.virtual = False
More information about the open-ils-commits
mailing list