mirror of
https://github.com/niess/python-appimage.git
synced 2026-03-14 20:30:13 +01:00
6 lines
115 B
Python
6 lines
115 B
Python
import platform
|
|
|
|
|
|
if platform.system() != 'Linux':
|
|
raise RuntimeError('invalid system: ' + plateform.system())
|