summaryrefslogtreecommitdiffstats
path: root/export.py
diff options
context:
space:
mode:
authorShwetha-H-Panduranga <shwetha@gluster.com>2011-12-12 11:29:47 +0530
committerShwetha-H-Panduranga <shwetha@gluster.com>2011-12-12 11:29:47 +0530
commit689f862f24f949361603a808250ae3f7ec9f40f6 (patch)
tree37894a4807f9fcf1edab4ad846e57d8ba339cf13 /export.py
parentd7524954807ed63ed05762a945e7e6956c929eda (diff)
Changes to logger class, Using the logger class in the framework, adding new global values, Changes made to argument parser, testruninfo
Diffstat (limited to 'export.py')
-rwxr-xr-xexport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/export.py b/export.py
index e33812a..999a89c 100755
--- a/export.py
+++ b/export.py
@@ -4,7 +4,7 @@ import os
import os
exportstr = ''
-libdir = os.getcwd() + "/SharedModules/"
+libdir = os.getcwd() + "/libs/"
for dirname, dirnames, filenames in os.walk(libdir):
for subdirname in dirnames:
exportstr = exportstr + os.path.join(dirname, subdirname) + ':'