From e90623edc2befb06602ff8c3e01809ba0a21d593 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Sat, 3 Dec 2011 21:26:50 +0100 Subject: gyp: upgrade to r1103 --- tools/gyp/pylib/gyp/MSVSNew.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'tools/gyp/pylib/gyp/MSVSNew.py') diff --git a/tools/gyp/pylib/gyp/MSVSNew.py b/tools/gyp/pylib/gyp/MSVSNew.py index ae8cbee688..6906c7bc77 100644 --- a/tools/gyp/pylib/gyp/MSVSNew.py +++ b/tools/gyp/pylib/gyp/MSVSNew.py @@ -1,6 +1,4 @@ -#!/usr/bin/python2.4 - -# Copyright (c) 2009 Google Inc. All rights reserved. +# Copyright (c) 2011 Google Inc. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. @@ -62,7 +60,7 @@ def MakeGuid(name, seed='msvs_new'): #------------------------------------------------------------------------------ -class MSVSFolder: +class MSVSFolder(object): """Folder in a Visual Studio project or solution.""" def __init__(self, path, name = None, entries = None, @@ -103,7 +101,7 @@ class MSVSFolder: #------------------------------------------------------------------------------ -class MSVSProject: +class MSVSProject(object): """Visual Studio project.""" def __init__(self, path, name = None, dependencies = None, guid = None, -- cgit v1.2.3