Cleanup import for sysctl module

pull/13769/merge
Michael Scherer 9 years ago committed by Brian Coca
parent f9460f3c80
commit 054a3fccf8

@ -118,6 +118,7 @@ EXAMPLES = '''
import os
import tempfile
import re
from ansible.module_utils.basic import get_platform, AnsibleModule
class SysctlModule(object):
@ -382,6 +383,5 @@ def main():
module.exit_json(changed=result.changed)
# import module snippets
from ansible.module_utils.basic import *
if __name__ == '__main__':
main()

Loading…
Cancel
Save