blob: 2081513ec8837601ebe077928d2bc3eb528a576e [file] [log] [blame]
#!/usr/bin/env python
# Copyright (c) 2015 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.
from __future__ import print_function
import sys
print("This will go to stderr", file=sys.stderr)