mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Disgusting hack for tasks.py
This commit is contained in:
parent
f6f3815f31
commit
44fe5721e0
7
tasks.py
7
tasks.py
@ -1,11 +1,14 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
from invoke import ctask as task
|
|
||||||
from shutil import copyfile
|
from shutil import copyfile
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
try:
|
||||||
|
from invoke import ctask as task
|
||||||
|
except:
|
||||||
|
from invoke import task
|
||||||
|
|
||||||
|
|
||||||
def apps():
|
def apps():
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user