| Index: pylib/gyp/MSVSProject.py
|
| ===================================================================
|
| --- pylib/gyp/MSVSProject.py (revision 1393)
|
| +++ pylib/gyp/MSVSProject.py (working copy)
|
| @@ -1,10 +1,10 @@
|
| -# Copyright (c) 2011 Google Inc. All rights reserved.
|
| +# Copyright (c) 2012 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.
|
|
|
| """Visual Studio project reader/writer."""
|
|
|
| -import common
|
| +import gyp.common
|
| import gyp.easy_xml as easy_xml
|
|
|
| #------------------------------------------------------------------------------
|
|
|