Very rough new code layout
commit5facabaf97c3162373f896f48b581daed069a130
authornikosapi <nikosapi@b83bf47a-295c-422b-8be9-b3ce96edbbb2>
Fri, 27 Feb 2009 14:07:21 +0000 (27 14:07 +0000)
committernikosapi <nikosapi@b83bf47a-295c-422b-8be9-b3ce96edbbb2>
Fri, 27 Feb 2009 14:07:21 +0000 (27 14:07 +0000)
tree4e9ceac8c0342b7e6b8de569857193445e3b5114
parent1a96b9649e85312a63471c04863232017c89445b
Very rough new code layout

Move some dbus-related code from panucci.py to dbusinterface.py
Move player-related code to player.py

* There is still a lot of un-needed code lingering in panucci.py
* player.py kinda works but needs work.
* dbusinterface.py is still missing a bunch of methods
   - still need to figure out how to make it work with the GUI

Oh, and nothing really works atm :S

git-svn-id: https://garage.maemo.org/svn/panucci/trunk@102 b83bf47a-295c-422b-8be9-b3ce96edbbb2
src/panucci/dbusinterface.py [new file with mode: 0644]
src/panucci/panucci.py
src/panucci/player.py [new file with mode: 0644]