Add missing import

Julien LepillerSat Nov 09 10:41:29+0100 2019

03b4147

Add missing import

offlate/systems/git.py

2323
from ..formats.gettext import GettextFormat
2424
from ..formats.ts import TSFormat
2525
from ..formats.yaml import YamlFormat
26+
from ..formats.formatException import UnsupportedFormatException
2627
from .systemException import ProjectNotFoundSystemException
2728
2829
def rmdir(dir):