Skip to content
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.

Commit

Permalink
Merge pull request #80 from ZdenekM/devel
Browse files Browse the repository at this point in the history
Obsolete code removed.
  • Loading branch information
ZdenekM authored Aug 3, 2020
2 parents 8d384dc + 1bc706b commit f84a21d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions arcor2_kinali/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +0,0 @@
import pkgutil


def version() -> str:
res = pkgutil.get_data(__name__, 'VERSION')
if not res:
return "unknown"
return res.decode().strip()

0 comments on commit f84a21d

Please sign in to comment.