Skip to content

Commit

Permalink
Cleanup import for sysctl module
Browse files Browse the repository at this point in the history
  • Loading branch information
mscherer authored and bcoca committed Dec 13, 2016
1 parent f9460f3 commit 054a3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansible/modules/system/sysctl.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
import os
import tempfile
import re
from ansible.module_utils.basic import get_platform, AnsibleModule

class SysctlModule(object):

Expand Down Expand Up @@ -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()

0 comments on commit 054a3fc

Please sign in to comment.