diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-03-05 10:28:49 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-03-05 10:28:49 +0000 |
| commit | 4925f0f5bfc56986b7d2dd5d6112ff532fef0b47 (patch) | |
| tree | 57daa78e2403217db3a4756b765d4a12a54a51d8 /lib/python/Tools/Directories.py | |
| parent | f408c3e2459129d6477903a3a934f3fabe7af9a7 (diff) | |
| download | enigma2-4925f0f5bfc56986b7d2dd5d6112ff532fef0b47.tar.gz enigma2-4925f0f5bfc56986b7d2dd5d6112ff532fef0b47.zip | |
too many side effects for a sunday - remove previous changes
Diffstat (limited to 'lib/python/Tools/Directories.py')
| -rw-r--r-- | lib/python/Tools/Directories.py | 4 |
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: |
