Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b6d1e5d

Browse filesBrowse files
author
BOSSE Christophe
committed
Made it compatible python 2.6
1 parent dbaf68d commit b6d1e5d
Copy full SHA for b6d1e5d

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎user_agents/parsers.py

Copy file name to clipboardExpand all lines: user_agents/parsers.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
'Kindle Fire',
6666
)
6767

68-
EMAIL_PROGRAM_FAMILIES = {
68+
EMAIL_PROGRAM_FAMILIES = set((
6969
'Outlook',
7070
'Windows Live Mail',
7171
'AirMail',
@@ -82,7 +82,7 @@
8282
'MailBar',
8383
'kmail2',
8484
'YahooMobileMail'
85-
}
85+
))
8686

8787
def verify_attribute(attribute):
8888
if isinstance(attribute, string_types) and attribute.isdigit():

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.