Separated out the model code from the gui code
authorRyan Campbell <campbellr@gmail.com>
Tue, 27 Apr 2010 21:55:19 +0000 (15:55 -0600)
committerRyan Campbell <campbellr@gmail.com>
Tue, 27 Apr 2010 21:55:19 +0000 (15:55 -0600)
commit25c841d83f16562c5bcccbfdcb0381bc3049b71c
treed6219ea965f1b499a82e778fbc3edc5deb47dcd0
parent9fb9299484622c930bc924846baddd8c18bf6c9c
Separated out the model code from the gui code

pulled out the character list model and the character skills model
from the gui code and put it inside ui/models.py and at the same time,
cleaned up the model code.

Fremantle ui has been changed to use this, Diablo has not.
package/src/mevemon.py
package/src/ui/diablo/gui.py [new file with mode: 0644]
package/src/ui/diablo/ui.py [deleted file]
package/src/ui/fremantle/gui.py [new file with mode: 0644]
package/src/ui/fremantle/ui.py [deleted file]
package/src/ui/models.py [new file with mode: 0644]