mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-09 20:02:20 +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
|
||||
def version():
|
||||
return platform.version()
|
||||
# return platform.version()
|
||||
version = distro.lsb_release_info()['description'] +"-"+ distro.lsb_release_info()["release"]
|
||||
return version
|
||||
|
||||
@staticmethod
|
||||
def kernel_release():
|
||||
|
|
Loading…
Reference in a new issue