From 26c490f404731d053a6205719b6246502c07b449 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Sat, 14 Jun 2014 16:46:27 +0200 Subject: init --- hadoop/cacheArchive/my_module/mod_a.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hadoop/cacheArchive/my_module/mod_a.py (limited to 'hadoop/cacheArchive/my_module/mod_a.py') 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() + -- cgit v1.2.3