mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 14:41:23 -07:00
add '__metaclass__ = type' to integration python files
This commit is contained in:
parent
be6215014b
commit
8dc7e9af64
2 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
http://www.jejik.com/files/examples/daemon3x.py
|
http://www.jejik.com/files/examples/daemon3x.py
|
||||||
"""
|
"""
|
||||||
from __future__ import (absolute_import, division, print_function)
|
from __future__ import (absolute_import, division, print_function)
|
||||||
|
__metaclass__ = type
|
||||||
|
|
||||||
import atexit
|
import atexit
|
||||||
import os
|
import os
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
from __future__ import (absolute_import, division, print_function)
|
from __future__ import (absolute_import, division, print_function)
|
||||||
|
__metaclass__ = type
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
from daemon import Daemon
|
from daemon import Daemon
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue