1#!/usr/bin/env python
2
3# Copyright 2014 Google Inc. All rights reserved.
4# Use of this source code is governed by a BSD-style license that can be
5# found in the LICENSE file.
6
7import os
8import os.path
9
10print os.path.basename(os.getcwd())
11