Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.

Commit b4af8d0

Browse files
authored
Fixes Robot Framework library version. (#12)
1 parent 4ae60ae commit b4af8d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Selenium2Library/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424

2525
class Selenium2Library(SeleniumLibrary):
2626

27+
ROBOT_LIBRARY_VERSION = __version__
28+
2729
def get_keyword_documentation(self, name):
2830
if name != '__intro__':
2931
doc = SeleniumLibrary.get_keyword_documentation(self, name)

0 commit comments

Comments
 (0)