|
Lines 33-39
Link Here
|
| 33 |
from __future__ import print_function |
33 |
from __future__ import print_function |
| 34 |
from optparse import OptionParser |
34 |
from optparse import OptionParser |
| 35 |
import os |
35 |
import os |
| 36 |
import univention.dh_umc as dh_umc |
36 |
import univention.translationhelper.umc as dh_umc |
| 37 |
import univention.translationhelper as tlh |
37 |
import univention.translationhelper as tlh |
| 38 |
try: |
38 |
try: |
| 39 |
from typing import List, Set, Tuple # noqa F401 |
39 |
from typing import List, Set, Tuple # noqa F401 |