Changes between Version 26 and Version 27 of S3/S3Model/SuperEntities
- Timestamp:
- 03/03/14 10:46:21 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3Model/SuperEntities
v26 v27 30 30 # Define a dict with nice names for the instance types: 31 31 my_instance_types = { 32 "my_instance_tablename": T("Nice name for the instance type"),32 "my_instance_tablename": current.T("Nice name for the instance type"), 33 33 } 34 34