aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Tools
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-03-05 10:28:49 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-03-05 10:28:49 +0000
commit4925f0f5bfc56986b7d2dd5d6112ff532fef0b47 (patch)
tree57daa78e2403217db3a4756b765d4a12a54a51d8 /lib/python/Tools
parentf408c3e2459129d6477903a3a934f3fabe7af9a7 (diff)
downloadenigma2-4925f0f5bfc56986b7d2dd5d6112ff532fef0b47.tar.gz
enigma2-4925f0f5bfc56986b7d2dd5d6112ff532fef0b47.zip
too many side effects for a sunday - remove previous changes
Diffstat (limited to 'lib/python/Tools')
-rw-r--r--lib/python/Tools/Directories.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Tools/Directories.py b/lib/python/Tools/Directories.py
index 121c7e82..e667029e 100644
--- a/lib/python/Tools/Directories.py
+++ b/lib/python/Tools/Directories.py
@@ -47,8 +47,8 @@ def resolveFilename(scope, base = ""):
if (not pathExists(defaultPaths[scope][0])):
os.mkdir(path[0])
- if len(base) > 0 and base[0] == '/':
- path = ""
+ #if len(base) > 0 and base[0] == '/':
+ #path = ("", None)
if not fileExists(path[0] + base):
#try: