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

Commit

Permalink
Fixes Robot Framework library version. (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltat authored Dec 4, 2017
1 parent 4ae60ae commit b4af8d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Selenium2Library/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

class Selenium2Library(SeleniumLibrary):

ROBOT_LIBRARY_VERSION = __version__

def get_keyword_documentation(self, name):
if name != '__intro__':
doc = SeleniumLibrary.get_keyword_documentation(self, name)
Expand Down

0 comments on commit b4af8d0

Please sign in to comment.