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