pdfviewer: sets module is deprecated. use set

Review URL: https://codereview.chromium.org/20101002

git-svn-id: http://skia.googlecode.com/svn/trunk@10332 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
edisonn@google.com 2013-07-24 19:31:30 +00:00
parent 5174286bc5
commit d6c276f1fe

View File

@ -3,7 +3,6 @@
import sys
import re
from sets import Set
# TODO(edisonn): put processed part of file in a new file
# put unprocessed part, in a new file, so we see what we miss
@ -25,7 +24,7 @@ columnValues = None
mustFollowTableHeader = False
emitedDitionaryName = ''
knownTypes = Set([
knownTypes = set([
'(any)',
unicode('undefined', 'utf8'),
'(undefined)',