Moved setting addon mode to utils

It was the only useful function left in setup.py since we've removed the rest of them over time
This commit is contained in:
Abby Gourlay 2020-03-30 02:48:09 +01:00
parent 7ee28a0c71
commit 2cef5b727f
4 changed files with 20 additions and 62 deletions

View file

@ -18,6 +18,7 @@ from .utils import unzip
from .utils import create_id
from .utils import convert_to_local as Local
from .utils import has_attribute
from .utils import set_addon_mode
from .wrapper import progress
from .wrapper import catch