Merge branch 'master' of git://git.assembla.com/fpdboz.git
This commit is contained in:
		
						commit
						f2f16b599c
					
				| 
						 | 
				
			
			@ -68,7 +68,7 @@ class Fulltilt(HandHistoryConverter):
 | 
			
		|||
                                    ''', re.VERBOSE)
 | 
			
		||||
    re_Button       = re.compile('^The button is in seat #(?P<BUTTON>\d+)', re.MULTILINE)
 | 
			
		||||
    re_PlayerInfo   = re.compile('Seat (?P<SEAT>[0-9]+): (?P<PNAME>.*) \(\$(?P<CASH>[,.0-9]+)\)$', re.MULTILINE)
 | 
			
		||||
    re_TourneyPlayerInfo   = re.compile('Seat (?P<SEAT>[0-9]+): (?P<PNAME>.*) \(\$?(?P<CASH>[,.0-9]+)\)', re.MULTILINE)
 | 
			
		||||
    re_TourneyPlayerInfo   = re.compile('Seat (?P<SEAT>[0-9]+): (?P<PNAME>.*) \(\$?(?P<CASH>[,.0-9]+)\)(, is sitting out)?$', re.MULTILINE)
 | 
			
		||||
    re_Board        = re.compile(r"\[(?P<CARDS>.+)\]")
 | 
			
		||||
 | 
			
		||||
    #static regex for tourney purpose
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user