Skip to content

Commit 172fced

Browse files
committed
add ProfileParser to __init__ so it can be imported from fitbase
1 parent 567c8a1 commit 172fced

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/diffpy/srfit/fitbase/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"Profile",
4040
"ProfileGenerator",
4141
"SimpleRecipe",
42+
"ProfileParser",
4243
]
4344

4445
from diffpy.srfit.fitbase.calculator import Calculator
@@ -48,6 +49,7 @@
4849
from diffpy.srfit.fitbase.fitresults import FitResults, initializeRecipe
4950
from diffpy.srfit.fitbase.profile import Profile
5051
from diffpy.srfit.fitbase.profilegenerator import ProfileGenerator
52+
from diffpy.srfit.fitbase.profileparser import ProfileParser
5153
from diffpy.srfit.fitbase.simplerecipe import SimpleRecipe
5254

5355
# End of file

0 commit comments

Comments
 (0)