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

Unified Diff: ppapi/generators/idl_outfile.py

Issue 7715036: More multi-version support (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 4 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
Index: ppapi/generators/idl_outfile.py
===================================================================
--- ppapi/generators/idl_outfile.py (revision 97775)
+++ ppapi/generators/idl_outfile.py (working copy)
@@ -83,7 +83,7 @@
if os.path.isfile(filename):
intext = open(filename, 'r').read()
else:
- intext = None
+ intext = ''
if IsEquivelent(intext, outtext):
if GetOption('verbose'):

Powered by Google App Engine
This is Rietveld 408576698