2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

Fix for tasks.py (??)

This commit is contained in:
Oliver Walters
2021-04-11 13:22:16 +10:00
parent c9021fe991
commit 2e8d3b6424
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
from invoke import task
from invoke import ctask as task
from shutil import copyfile
import os