Changeset 4687 for trunk/CifFile/CifFile.py
- Timestamp:
- Dec 30, 2020 11:44:57 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CifFile/CifFile.py
r4123 r4687 291 291 elif self.diclang == "DDLm": 292 292 self.scoping = 'dictionary' #expose all save frames 293 if do_imports is not'No':293 if do_imports != 'No': 294 294 self.ddlm_import(import_mode=do_imports)#recursively calls this routine 295 295 self.create_alias_table()
Note: See TracChangeset
for help on using the changeset viewer.