No meaningful change just to trigger Travis

This commit is contained in:
Hiroaki Nakamura
2016-06-26 09:15:06 +09:00
committed by Matt Clay
parent 2b982c8345
commit dd19f6d61b

View File

@@ -566,7 +566,6 @@ def main():
lxd_manage = LxdContainerManagement(module=module)
lxd_manage.run()
# import module bits
from ansible.module_utils.basic import *
if __name__ == '__main__':