Revert "Merge pull request #1209 from JackDanger/jack/store-as-python"
This reverts commit2a3fdf6b64, reversing changes made toa06145d781.
This commit is contained in:
parent
4768c28443
commit
53d8d48e88
5 changed files with 4 additions and 2178 deletions
|
|
@ -67,7 +67,6 @@ from .exceptions import (
|
|||
MotoNotImplementedError,
|
||||
FilterNotImplementedError
|
||||
)
|
||||
from .resources.instance_types import instance_types_data
|
||||
from .utils import (
|
||||
EC2_RESOURCE_TO_PREFIX,
|
||||
EC2_PREFIX_TO_RESOURCE,
|
||||
|
|
@ -113,7 +112,7 @@ from .utils import (
|
|||
)
|
||||
|
||||
RESOURCES_DIR = os.path.join(os.path.dirname(__file__), 'resources')
|
||||
INSTANCE_TYPES = json.loads(instance_types_data)
|
||||
INSTANCE_TYPES = json.load(open(os.path.join(RESOURCES_DIR, 'instance_types.json'), 'r'))
|
||||
|
||||
|
||||
def utc_date_and_time():
|
||||
|
|
|
|||
1
moto/ec2/resources/instance_types.json
Normal file
1
moto/ec2/resources/instance_types.json
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue