~justizin/meteor.app.portal/trunk

« back to all changes in this revision

Viewing changes to src/meteor/app/portal/browser/views/portal.py

  • Committer: Justin Alan Ryan
  • Date: 2010-07-12 19:17:52 UTC
  • Revision ID: justizin@thingzero-20100712191752-zawx6v54b0nl4415
remove security bits to factor out base portal type.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
from zope.component import getUtility, getSiteManager
7
7
from zope.app.content.interfaces import IContentType
8
8
 
9
 
from meteor.app.security.interfaces import IMeteorPortal
10
 
from meteor.app.security.content.portal import MeteorPortal
 
9
from meteor.app.portal.interfaces import IMeteorPortal
 
10
from meteor.app.portal.content.portal import MeteorPortal
11
11
#from meteor.app.security.content.member import MeteorMember
12
12
 
13
13
class AddMeteorPortal(form.AddForm):