00001 00002 """ 00003 glpk __init__ - (c) Mark Poolman 2008 onwards. 00004 00005 Just a package holder at present. 00006 See other modules in this directory 00007 00008 This module is still experimental and is 00009 00010 ************************* NOT TO BE REDISTRIBUTED *************************** 00011 00012 without the prior consent of the author. 00013 00014 """ 00015 00016 import ScrumPyLP 00017 lp = ScrumPyLP.lp # means we can still reload(ScrumPyLP) - useful in a development situation