diff options
Diffstat (limited to 'plugins/modules/vyos_command.py')
| -rw-r--r-- | plugins/modules/vyos_command.py | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/plugins/modules/vyos_command.py b/plugins/modules/vyos_command.py index eec43441..03f476c8 100644 --- a/plugins/modules/vyos_command.py +++ b/plugins/modules/vyos_command.py @@ -15,6 +15,9 @@  # You should have received a copy of the GNU General Public License  # along with Ansible.  If not, see <http://www.gnu.org/licenses/>.  # +from __future__ import absolute_import, division, print_function + +__metaclass__ = type  DOCUMENTATION = """ | 
