~yeliabmas/sloecode/wiki_mvp

« back to all changes in this revision

Viewing changes to sloecode/wikkidviewadapters/factory.py

  • Committer: Sam Bailey
  • Date: 2012-07-11 22:42:42 UTC
  • Revision ID: yeliabmas@gmail.com-20120711224242-kcdretmyido1yrtd
Preview working except for source code, where style is not applied

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
                        'RootPage' : RootViewAdapter,
38
38
                        'SourceTextPage' : SourceTextViewAdapter,
39
39
                        'EditTextFile' : EditTextViewAdapter,
 
40
                        'UpdateTextFile': EditTextViewAdapter,
 
41
                        'SaveNewTextFile': EditTextViewAdapter,
40
42
                        'WikiPage' : WikiViewAdapter
41
43
                }
42
44