removed 'as'

This commit is contained in:
Massimo Di Pierro
2011-12-05 11:26:28 -06:00
parent e49229463a
commit 01f6f82cdf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 1.99.3 (2011-12-05 08:20:58) dev
Version 1.99.3 (2011-12-05 11:26:15) dev
+1 -1
View File
@@ -376,7 +376,7 @@ def detect(agent):
if detector.detect(agent, result):
prefs = detector.prefs
break
except Exception as ex:
except Exception, ex:
result['exception'] = ex
return result