diff options
| author | Patrick Simianer <p@simianer.de> | 2014-06-14 16:46:27 +0200 |
|---|---|---|
| committer | Patrick Simianer <p@simianer.de> | 2014-06-14 16:46:27 +0200 |
| commit | 26c490f404731d053a6205719b6246502c07b449 (patch) | |
| tree | 3aa721098f1251dfbf2249ecd2736434c13b1d48 /hadoop/cacheArchive/other_module | |
init
Diffstat (limited to 'hadoop/cacheArchive/other_module')
| -rw-r--r-- | hadoop/cacheArchive/other_module/__init__.py | 0 | ||||
| -rw-r--r-- | hadoop/cacheArchive/other_module/other.py | 3 |
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() + |
