summaryrefslogtreecommitdiffstats
path: root/export.py
diff options
context:
space:
mode:
authorShwetha-H-Panduranga <shwetha@gluster.com>2011-12-06 14:25:20 +0530
committerShwetha-H-Panduranga <shwetha@gluster.com>2011-12-06 14:25:20 +0530
commit129e39fe6878f28ca203c690fab382b7289b334c (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /export.py
parent18445ae1a94366c955cc7626fb8ec749dedcf73e (diff)
Removing all automation files from the repo
Diffstat (limited to 'export.py')
-rwxr-xr-xexport.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/export.py b/export.py
deleted file mode 100755
index e33812a..0000000
--- a/export.py
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/env python
-
-import os
-import os
-
-exportstr = ''
-libdir = os.getcwd() + "/SharedModules/"
-for dirname, dirnames, filenames in os.walk(libdir):
- for subdirname in dirnames:
- exportstr = exportstr + os.path.join(dirname, subdirname) + ':'
-
-exportstr = os.getcwd() + ":" + libdir + ":" + exportstr
-print exportstr