https://github.com/lmfit/lmfit-py
Raw File
Tip revision: db4f4e16b281eaa394f2ab24ab419b581557acd4 authored by Matt Newville on 02 October 2015, 15:18:06 UTC
put setattr() in try/except
Tip revision: db4f4e1
.gitattributes
lmfit/_version.py export-subst

# Auto detect text files and perform LF normalization
* text=auto eol=lf

*.jpg -text
*.png -text

# Standard to msysgit
*.doc	 diff=astextplain
*.DOC	 diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot  diff=astextplain
*.DOT  diff=astextplain
*.pdf  diff=astextplain
*.PDF	 diff=astextplain
*.rtf	 diff=astextplain
*.RTF	 diff=astextplain
back to top