diff --git a/VERSION b/VERSION index e5cae264..9977d1ac 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 1.99.3 (2011-11-29 22:32:27) dev +Version 1.99.3 (2011-11-30 21:57:49) dev diff --git a/gluon/contrib/user_agent_parser.py b/gluon/contrib/user_agent_parser.py index cd88dfc7..fd134758 100644 --- a/gluon/contrib/user_agent_parser.py +++ b/gluon/contrib/user_agent_parser.py @@ -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()