summaryrefslogtreecommitdiff
path: root/hadoop/cacheArchive/other_module/other.py
diff options
context:
space:
mode:
Diffstat (limited to 'hadoop/cacheArchive/other_module/other.py')
-rw-r--r--hadoop/cacheArchive/other_module/other.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/hadoop/cacheArchive/other_module/other.py b/hadoop/cacheArchive/other_module/other.py
new file mode 100644
index 0000000..fa55d0b
--- /dev/null
+++ b/hadoop/cacheArchive/other_module/other.py
@@ -0,0 +1,3 @@
+def foo(a):
+ print a.strip()
+