fix padline option for source blocks

This commit is contained in:
Alexander Grothe
2017-06-21 12:46:51 +02:00
parent 2782daf931
commit d45d4ff643
20 changed files with 437 additions and 109 deletions

2
library/hardware_facts.py Normal file → Executable file
View 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
View File

1
library/xrandr_facts.py Normal file → Executable file
View File

@@ -1,4 +1,5 @@
#!/usr/bin/env python2
from __future__ import print_function
import ast
import binascii