From 8bfa533f8b438e57a7950a8dcd02a275cbfa19df Mon Sep 17 00:00:00 2001 From: Elrond Date: Tue, 14 Jun 2011 20:01:39 +0200 Subject: Drop WorkbenchManager.localized_file() As Workbench has the localized_file() method, use this everywhere and drop the wrapper method from WorkbenchManager. The processing code already did that. --- mediagoblin/workbench.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'mediagoblin/workbench.py') 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) -- cgit v1.2.3