fixed user_agent_parser

This commit is contained in:
Massimo DiPierro
2011-11-30 21:57:51 -06:00
parent c30642ff17
commit b491e8fb7d
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
Version 1.99.3 (2011-11-29 22:32:27) dev
Version 1.99.3 (2011-11-30 21:57:49) dev

View File

@@ -211,7 +211,7 @@ class MacOS(Flavor):
class Windows(OS):
look_for = 'Windows'
prefs = dict(browser=["Microsoft Internet Explorer", 'Firefox'],
dist=['WindowsMobile'] flavor=None)
dist=['WindowsMobile'], flavor=None)
def getVersion(self, agent):
v = agent.split('Windows')[-1].split(';')[0].strip()