Add os.path.expanduser() wrappers to user-supplied paths.
authorW. Trevor King <wking@drexel.edu>
Wed, 29 Sep 2010 13:47:50 +0000 (09:47 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 29 Sep 2010 13:47:50 +0000 (09:47 -0400)
commit56725ab3fbcd43c517ea7ebbed17f951ae736db8
treefd61376fb2708d692300db95a3adf7d8aa956cc3
parentfbb2899617a38afdf61408ee13b81fbf986a8013
Add os.path.expanduser() wrappers to user-supplied paths.

This allows things like
  [gui user interface]
  perspective path = ~/.hooke/resources/gui/perspective
to work as expected.
doc/install.txt
hooke/plugin/command_stack.py
hooke/plugin/config.py
hooke/plugin/curve.py
hooke/plugin/cut.py
hooke/plugin/playlist.py
hooke/plugin/playlists.py
hooke/ui/gui/__init__.py