diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2021-03-05 23:52:13 +1100 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-03-05 23:52:13 +1100 |
commit | f0d57e3bd8bd93f87b85e15e823878ca0e7c760a (patch) | |
tree | c0ee61818bce25d6b63d48b475d5cc78e1152756 /mediagoblin/tools/workbench.py | |
parent | 9bf3bc1944b14252978a6aa2f963effab7208515 (diff) | |
download | mediagoblin-f0d57e3bd8bd93f87b85e15e823878ca0e7c760a.tar.lz mediagoblin-f0d57e3bd8bd93f87b85e15e823878ca0e7c760a.tar.xz mediagoblin-f0d57e3bd8bd93f87b85e15e823878ca0e7c760a.zip |
Remove remaining Python 2 compatibility code.
Diffstat (limited to 'mediagoblin/tools/workbench.py')
-rw-r--r-- | mediagoblin/tools/workbench.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mediagoblin/tools/workbench.py b/mediagoblin/tools/workbench.py index ce295d7a..749466d6 100644 --- a/mediagoblin/tools/workbench.py +++ b/mediagoblin/tools/workbench.py @@ -18,13 +18,10 @@ import os import shutil import tempfile -from mediagoblin._compat import py2_unicode - # Actual workbench stuff # ---------------------- -@py2_unicode class Workbench: """ Represent the directory for the workbench |