fix padline option for source blocks
This commit is contained in:
2
library/hardware_facts.py
Normal file → Executable file
2
library/hardware_facts.py
Normal file → Executable file
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env/python
|
||||
|
||||
# This Module collects the vendor- and device ids for USB- and PCI(e)-devices and currently loaded kernel modules.
|
||||
DOCUMENTATION = '''
|
||||
|
0
library/satip_facts.py
Normal file → Executable file
0
library/satip_facts.py
Normal file → Executable file
1
library/xrandr_facts.py
Normal file → Executable file
1
library/xrandr_facts.py
Normal file → Executable file
@@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env python2
|
||||
|
||||
from __future__ import print_function
|
||||
import ast
|
||||
import binascii
|
||||
|
Reference in New Issue
Block a user