From 208b857c3f9b9233037847b9c5d98ab9e958ce19 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 17 Aug 2012 16:11:13 +0200 Subject: renamed default_mobile to mobile --- module/utils/fs.py | 1 + 1 file changed, 1 insertion(+) (limited to 'module/utils') diff --git a/module/utils/fs.py b/module/utils/fs.py index 631b25002..9b9eb9040 100644 --- a/module/utils/fs.py +++ b/module/utils/fs.py @@ -38,6 +38,7 @@ def exists(path): def makedirs(path, mode=0755): return os.makedirs(fs_encode(path), mode) +# fs_decode? def listdir(path): return os.listdir(fs_encode(path)) -- cgit v1.2.3