TODO for gnue-common

* GParser needs to defined some new exceptions (Parser???Exception) 
  and everywhere: 
       print "Some error" 
       sys.exit()
  appears, replace with: 
       raise NewException, "Some Error"
  All the exceptions should be inherited from a common ParserException


* Add a GSetup class that will provide basic support for installing
  gnue apps.  It'll include support for merging config data, installing
  samples and docs, dependency checking, etc, etc

ROADMAP

0.1.x
   finish GEAS driver
   implement instrospection in specific dbdrivers

0.3.0
  Implement trigger support (python based)


?.?.?
   Implement more languages into trigger support
   finish "conditional" support
   basic gcomm support
   gsetup system
   world peace
