Skip to content

Commit 967849f

Browse files
committed
Add translation testing
1 parent eff39f1 commit 967849f

3 files changed

Lines changed: 936 additions & 0 deletions

File tree

src/SeleniumLibrary/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
import importlib
1919
from inspect import getdoc, isclass
2020
from pathlib import Path
21+
import pkgutil
2122
from typing import Optional, List, Union
2223

2324
from robot.api import logger

0 commit comments

Comments
 (0)