- Timestamp:
- Oct 23, 2017 12:34:11 AM (7 years ago)
- Branches:
- master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- ea60e08
- Parents:
- 31eea1f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
explore/angles.py
ref8e68c rf728001 38 38 39 39 # include unicode symbols in output, even if piping to a pager 40 sys.stdout = codecs.getwriter('utf8')(sys.stdout) 40 if sys.version_info[0] < 3: 41 sys.stdout = codecs.getwriter('utf8')(sys.stdout) 41 42 sp.init_printing(use_unicode=True) 42 43
Note: See TracChangeset
for help on using the changeset viewer.