Mercurial > code > home > repos > light9
diff bin/curvecalc @ 1036:a13eee92e60c
fix up curvecalc to run
Ignore-this: d5f1076b64fd606698730273211b75b9
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Tue, 27 May 2014 07:29:54 +0000 |
parents | 304874a34934 |
children | 86732ba7d9ae |
line wrap: on
line diff
--- a/bin/curvecalc Tue May 27 06:31:19 2014 +0000 +++ b/bin/curvecalc Tue May 27 07:29:54 2014 +0000 @@ -11,6 +11,8 @@ """ from __future__ import division +import sys +sys.path.append('/usr/lib/python2.7/dist-packages') # For gtk from twisted.internet import gtk2reactor gtk2reactor.install() from twisted.internet import reactor