mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-22 03:52:17 +03:00
Merge branch 'master' of github.com:Pardus-LiderAhenk/ahenk
This commit is contained in:
commit
cf6a4fc0d2
1 changed files with 3 additions and 1 deletions
|
@ -352,7 +352,9 @@ class System:
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def version():
|
def version():
|
||||||
return platform.version()
|
# return platform.version()
|
||||||
|
version = distro.lsb_release_info()['description'] +"-"+ distro.lsb_release_info()["release"]
|
||||||
|
return version
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def kernel_release():
|
def kernel_release():
|
||||||
|
|
Loading…
Reference in a new issue