Rename pysch input file so it gets installed properly in coolprop

This commit is contained in:
Ian Bell
2015-04-26 18:37:49 -06:00
parent c11db518a1
commit 389a8bce77
2 changed files with 1 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ from PyQt4.QtGui import (QDialog, QGridLayout, QProgressBar, QLabel,
QDialogButtonBox, QPushButton, QFileDialog, QApplication)
Preferences = ConfigParser()
Preferences.read("psyrc")
Preferences.read("psyrc.py")
P = Preferences.getfloat("General", "P")