From 34cab8d50a3c48370f7e1e42abd24be2e52a375d Mon Sep 17 00:00:00 2001 From: HomeWorld Date: Tue, 31 Aug 2010 00:27:12 +0300 Subject: [PATCH] +2 bytes (the FA) in PYFA --- gui/pygauge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/pygauge.py b/gui/pygauge.py index 7b99d00e3..deb244c35 100644 --- a/gui/pygauge.py +++ b/gui/pygauge.py @@ -7,7 +7,7 @@ # --------------------------------------------------------------------------------- # """ -PyGauge is a generic Gauge implementation tailored for PYFA (Python Fitting Assistant) +PyfaGauge is a generic Gauge implementation tailored for PYFA (Python Fitting Assistant) It uses the easeOutQuad equation from caurina.transitions.Tweener """