-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b4ad2a0
commit b257f62
Showing
78 changed files
with
3,742 additions
and
3,666 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
from pycorrfit.gui import main | ||
"""PyCorrFit loader""" | ||
from os.path import dirname, abspath, split | ||
import sys | ||
|
||
sys.path = [split(abspath(dirname(__file__)))[0]] + sys.path | ||
|
||
from pycorrfit.gui import main | ||
|
||
|
||
if __name__ == "__main__": | ||
main.Main() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.