summaryrefslogtreecommitdiff
path: root/l10ntools/scripts/tool/l10ntool.py
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/scripts/tool/l10ntool.py')
-rw-r--r--l10ntools/scripts/tool/l10ntool.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/l10ntools/scripts/tool/l10ntool.py b/l10ntools/scripts/tool/l10ntool.py
index 42e8a6b4e428..70d88674f07b 100644
--- a/l10ntools/scripts/tool/l10ntool.py
+++ b/l10ntools/scripts/tool/l10ntool.py
@@ -33,7 +33,7 @@ import sys
import os
import shutil
-class abstractL10nTool:
+class AbstractL10nTool:
_options = {}
_args = ""
_resource_type = ""
@@ -176,7 +176,6 @@ class abstractL10nTool:
return
else:
try:
- print "DBG: make_dir " + str(dir)
os.makedirs(dir)
except IOError:
print "Error: Can not create dir " + dir