git.cweiske.de
/
enigma2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
remove debug code
[enigma2.git]
/
lib
/
python
/
Tools
/
Directories.py
diff --git
a/lib/python/Tools/Directories.py
b/lib/python/Tools/Directories.py
index
258940b
..
421e090
100644
(file)
--- a/
lib/python/Tools/Directories.py
+++ b/
lib/python/Tools/Directories.py
@@
-39,9
+39,7
@@
fallbackPaths = {
}
def resolveFilename(scope, base = ""):
- print "getting scope", scope, "with base", base
path = defaultPaths[scope]
- print "path:", path
if path[1] == PATH_CREATE:
if (not pathExists(defaultPaths[scope][0])):