Source release 15.0.0
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
# Use of this source code is governed by a BSD-style license that can be
|
||||
# found in the LICENSE file.
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import collections
|
||||
import os
|
||||
import gyp
|
||||
@@ -96,4 +98,4 @@ def GenerateOutput(target_list, target_dicts, data, params):
|
||||
f = open(filename, 'w')
|
||||
json.dump(edges, f)
|
||||
f.close()
|
||||
print 'Wrote json to %s.' % filename
|
||||
print('Wrote json to %s.' % filename)
|
||||
|
||||
Reference in New Issue
Block a user