LICENSE added (BSD)

This commit is contained in:
2015-01-08 16:47:13 +01:00
parent 8f50675525
commit 37cc6b3359
7 changed files with 40 additions and 10 deletions

View File

@ -2,7 +2,7 @@
from PyQt4.QtCore import pyqtSignal
from PyQt4.QtGui import QColor
from data.data import Daten
from libmath.function_library import ModelFunction
from libmath.functions import ModelFunction
__author__ = 'markusro'