summaryrefslogtreecommitdiff
path: root/hadoop/cacheArchive/other_module
diff options
context:
space:
mode:
Diffstat (limited to 'hadoop/cacheArchive/other_module')
-rw-r--r--hadoop/cacheArchive/other_module/__init__.py0
-rw-r--r--hadoop/cacheArchive/other_module/other.py3
2 files changed, 3 insertions, 0 deletions
diff --git a/hadoop/cacheArchive/other_module/__init__.py b/hadoop/cacheArchive/other_module/__init__.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/hadoop/cacheArchive/other_module/__init__.py
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()
+