Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2681)

Unified Diff: experimental/PdfViewer/spec2def.py

Issue 17124003: fix typo in spec (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « experimental/PdfViewer/pdfspec_autogen.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/PdfViewer/spec2def.py
===================================================================
--- experimental/PdfViewer/spec2def.py (revision 9643)
+++ experimental/PdfViewer/spec2def.py (working copy)
@@ -575,7 +575,7 @@
inSpec = processLineCore(line)
#just return, use the next lines if you wish to rewrite spec
- return
+ #return
if inSpec:
#resize colum with types
@@ -589,7 +589,7 @@
global lines
global fnewspec
- #fnewspec = open('PdfReference-okular-2.txt', 'w')
+ fnewspec = open('PdfReference-okular-2.txt', 'w')
print 'import datatypes'
print
@@ -605,7 +605,7 @@
print
#print lines
- #fnewspec.close()
+ fnewspec.close()
if '__main__' == __name__:
sys.exit(generateDef())
« no previous file with comments | « experimental/PdfViewer/pdfspec_autogen.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698