current working directory function

This has been added to libsaria.path as libsaria.path.cwd()
This commit is contained in:
Bryan Schumaker 2010-11-13 21:37:38 -05:00
parent 33749eeb58
commit eae86f2dae
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ rm = os.remove
ls = os.listdir
walk = os.walk
sep = os.sep
cwd = os.getcwd
cp = None
saria_dir = None