mirror of
https://github.com/niess/python-appimage.git
synced 2025-09-05 17:20:15 +02:00
6 lines
115 B
Python
6 lines
115 B
Python
import platform
|
|
|
|
|
|
if platform.system() != 'Linux':
|
|
raise RuntimeError('invalid system: ' + plateform.system())
|