mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-09 12:10:31 -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
|
||||
"""
|
||||
from __future__ import (absolute_import, division, print_function)
|
||||
__metaclass__ = type
|
||||
|
||||
import atexit
|
||||
import os
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
from __future__ import (absolute_import, division, print_function)
|
||||
__metaclass__ = type
|
||||
|
||||
import sys
|
||||
from daemon import Daemon
|
||||
|
|
Loading…
Add table
Reference in a new issue