13 lines
156 B
Python
13 lines
156 B
Python
#!/usr/bin/python2 -O
|
|
|
|
'''
|
|
Qubes OS
|
|
'''
|
|
|
|
__author__ = 'Invisible Things Lab'
|
|
__license__ = 'GPLv2 or later'
|
|
__version__ = 'R3'
|
|
|
|
import qubes._pluginloader
|
|
|