aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/workbench.py
diff options
context:
space:
mode:
Diffstat (limited to 'mediagoblin/workbench.py')
-rw-r--r--mediagoblin/workbench.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/mediagoblin/workbench.py b/mediagoblin/workbench.py
index c88b686c..32229d2e 100644
--- a/mediagoblin/workbench.py
+++ b/mediagoblin/workbench.py
@@ -151,6 +151,3 @@ class WorkbenchManager(object):
"Can't destroy workbench outside the base workbench dir")
shutil.rmtree(workbench)
-
- def localized_file(self, workbench, *args, **kwargs):
- return workbench.localized_file(*args, **kwargs)