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
+1 -1
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