Changeset d16290c in tailbone
- Timestamp:
- 07/18/2022 12:31:54 PM (7 months ago)
- Branches:
- master
- Children:
- 5e025392
- Parents:
- c6df827
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tailbone/views/brands.py
rc6df827 rd16290c 3 3 # 4 4 # Rattail -- Retail Software Framework 5 # Copyright © 2010-202 1Lance Edgar5 # Copyright © 2010-2022 Lance Edgar 6 6 # 7 7 # This file is part of Rattail. … … 136 136 137 137 138 def defaults(config, **kwargs): 139 base = globals() 140 141 BrandView = kwargs.get('BrandView', base['BrandView']) 142 BrandView.defaults(config) 143 144 138 145 def includeme(config): 139 BrandView.defaults(config)146 defaults(config)
Note: See TracChangeset
for help on using the changeset viewer.