Remove DEFAULT_WORKBENCH_DIR.

We never used this.
Removed, as okayed by cwebber.
This commit is contained in:
Elrond 2013-01-16 19:50:48 +01:00
parent 49745d5138
commit 9d8285864a

View File

@ -19,10 +19,6 @@ import shutil
import tempfile import tempfile
DEFAULT_WORKBENCH_DIR = os.path.join(
tempfile.gettempdir(), u'mgoblin_workbench')
# Actual workbench stuff # Actual workbench stuff
# ---------------------- # ----------------------