Index: test/variables/commands/repeated_multidir/print_cwd_basename.py |
=================================================================== |
--- test/variables/commands/repeated_multidir/print_cwd_basename.py (revision 0) |
+++ test/variables/commands/repeated_multidir/print_cwd_basename.py (working copy) |
@@ -0,0 +1,10 @@ |
+#!/usr/bin/env python |
+ |
+# Copyright 2014 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. |
+ |
+import os |
+import os.path |
+ |
+print os.path.basename(os.getcwd()) |
Property changes on: test/variables/commands/repeated_multidir/print_cwd_basename.py |
___________________________________________________________________ |
Added: svn:executable |
## -0,0 +1 ## |
+* |
\ No newline at end of property |
Added: svn:eol-style |
## -0,0 +1 ## |
+LF |
\ No newline at end of property |