added mvc skeleton
authorEugene Gagarin <mosfet07@ya.ru>
Fri, 20 Mar 2009 14:57:06 +0000 (17:57 +0300)
committerEugene Gagarin <mosfet07@ya.ru>
Fri, 20 Mar 2009 14:57:06 +0000 (17:57 +0300)
commit1738d6af89ddcabe2207892372643481cc28266f
tree0995bf56e29f10f5a5ee79fcefe93fe640eca7df
parentab0af184839ff16125bda4b21e8b74aa19a04dcb
added mvc skeleton
12 files changed:
src/findit_var1.py [new file with mode: 0755]
src/findit_var2.py [new file with mode: 0755]
src/mvc/controllers/__init__.py [new file with mode: 0755]
src/mvc/controllers/about.py [new file with mode: 0755]
src/mvc/controllers/application.py [new file with mode: 0755]
src/mvc/main.py [new file with mode: 0755]
src/mvc/models/__init__.py [new file with mode: 0755]
src/mvc/models/about.py [new file with mode: 0755]
src/mvc/models/application.py [new file with mode: 0755]
src/mvc/views/__init__.py [new file with mode: 0755]
src/mvc/views/about.py [new file with mode: 0755]
src/mvc/views/application.py [new file with mode: 0755]