Update of 
/cvsroot/playerstage/code/player/client_libs/libplayerc/bindings/python
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28089

Modified Files:
        parse.py 
Log Message:
fixed handling of speech_recognition (and other proxies with underscores)

Index: parse.py
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/client_libs/libplayerc/bindings/python/parse.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** parse.py    8 May 2006 05:38:11 -0000       1.7
--- parse.py    8 Sep 2006 19:47:28 -0000       1.8
***************
*** 98,104 ****
      rule = Rule()
      rule.type = 'method'
!     rule.patterns += [re.compile('\w*\s*%s_\w*\s*\(.*?;' % prefix, re.DOTALL)]
!     rule.patterns += [re.compile('\w*\s*\w*\s*%s_\w*\s*\(.*?;' % prefix, 
re.DOTALL)]
!     rule.patterns += [re.compile('\w*\s*\*%s_\w*\s*\(.*?;' % prefix, 
re.DOTALL)]
  
      rule.head = '\n%%extend %s\n{\n' % prefix
--- 98,107 ----
      rule = Rule()
      rule.type = 'method'
!     #rule.patterns += [re.compile('\w*\s*%s_\w*\s*\(.*?;' % prefix, 
re.DOTALL)]
!     rule.patterns += [re.compile('\w*\s*%s_[a-zA-Z0-9]*\s*\(.*?;' % prefix, 
re.DOTALL)]
!     #rule.patterns += [re.compile('\w*\s*\w*\s*%s_\w*\s*\(.*?;' % prefix, 
re.DOTALL)]
!     rule.patterns += [re.compile('\w*\s*\w*\s*%s_[a-zA-Z0-9]*\s*\(.*?;' % 
prefix, re.DOTALL)]
!     #rule.patterns += [re.compile('\w*\s*\*%s_\w*\s*\(.*?;' % prefix, 
re.DOTALL)]
!     rule.patterns += [re.compile('\w*\s*\*%s_[a-zA-Z0-9]*\s*\(.*?;' % prefix, 
re.DOTALL)]
  
      rule.head = '\n%%extend %s\n{\n' % prefix


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to