Add os.path.expanduser() wrappers to user-supplied paths.
[hooke.git] / hooke / plugin / config.py
2010-09-29 W. Trevor KingAdd os.path.expanduser() wrappers to user-supplied...
2010-08-17 W. Trevor KingAdded 'save config'. Adjusted test/tutorial.py (and...
2010-08-14 W. Trevor KingReplace .config rather than reconstructing plugins...
2010-08-12 W. Trevor KingRemove superfluous ..plugin from imports in hooke.plugin.*
2010-08-07 W. Trevor KingUpdated 'Configuring Hooke' section of tutorial.txt
2010-08-03 W. Trevor KingRan update_copyright.py
2010-06-18 W. Trevor KingMerged Rolf Schmidt's illysam branch
2010-06-14 W. Trevor KingAdd logger configuration options.
2010-05-18 W. Trevor KingActually, pass plugin instance to Command.__init__.
2010-05-18 W. Trevor KingRework Plugin.commands() to include _setup_commands().
2010-05-17 W. Trevor KingMerged my unitary FFT wrappers (FFT_tools) as hooke...
2010-05-16 W. Trevor KingRan update_copyright.py, updating all the copyright...
2010-05-16 W. Trevor KingUpdated copyright blurbs in all files to '# Copyright'
2010-05-12 W. Trevor KingMoved config handling commands from hooke_cli to hooke...