aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/workbench.py
diff options
context:
space:
mode:
authorElrond <elrond+mediagoblin.org@samba-tng.org>2013-01-16 19:50:48 +0100
committerElrond <elrond+mediagoblin.org@samba-tng.org>2013-01-17 22:11:05 +0100
commit9d8285864aacda5f321e473f4d9298a183f41645 (patch)
tree3bfc45b9324f950df974182ebdf93fe124f11637 /mediagoblin/workbench.py
parent49745d5138540af8f7cbce318767172f4c560881 (diff)
downloadmediagoblin-9d8285864aacda5f321e473f4d9298a183f41645.tar.lz
mediagoblin-9d8285864aacda5f321e473f4d9298a183f41645.tar.xz
mediagoblin-9d8285864aacda5f321e473f4d9298a183f41645.zip
Remove DEFAULT_WORKBENCH_DIR.
We never used this. Removed, as okayed by cwebber.
Diffstat (limited to 'mediagoblin/workbench.py')
-rw-r--r--mediagoblin/workbench.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/mediagoblin/workbench.py b/mediagoblin/workbench.py
index 0d4db52b..0bd4096b 100644
--- a/mediagoblin/workbench.py
+++ b/mediagoblin/workbench.py
@@ -19,10 +19,6 @@ import shutil
import tempfile
-DEFAULT_WORKBENCH_DIR = os.path.join(
- tempfile.gettempdir(), u'mgoblin_workbench')
-
-
# Actual workbench stuff
# ----------------------