remove old import catching

This commit is contained in:
Matthias 2022-05-15 21:01:55 +02:00
parent ecccfbd546
commit 3154a4ebd0
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

View File

@ -6,11 +6,7 @@ import sys
import pathlib
import re
try:
from invoke import ctask as task
except:
from invoke import task
from invoke import task
def apps():