moto/tests/test_ec2/test_dhcp_options.py

10 lines
113 B
Python
Raw Normal View History

2013-02-21 23:13:01 -05:00
import boto
2013-03-05 08:35:18 -05:00
import sure # flake8: noqa
2013-02-21 23:13:01 -05:00
from moto import mock_ec2
@mock_ec2
def test_dhcp_options():
pass