/[pac]/pac/PACCore/PACTool.py
ViewVC logotype

Diff of /pac/PACCore/PACTool.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by tvon, Fri Oct 3 17:19:30 2003 UTC revision 1.6 by tvon, Tue Oct 7 17:44:05 2003 UTC
# Line 271  class PACTool (UniqueObject, SimpleItem) Line 271  class PACTool (UniqueObject, SimpleItem)
271          for prop in props:          for prop in props:
272              # XXX: This probably should not need key[0] as key should probably              # XXX: This probably should not need key[0] as key should probably
273              # be a string and not a half-assed tuple              # be a string and not a half-assed tuple
274              if prop.split('|')[0] == key or prop.split('|')[0] == key[0]:              if prop.split('|')[0] == key or prop.split('|')[0] == key:
275                  return prop.split('|')[1]                  return prop.split('|')[1]
276    
277          return None          return None

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26