~yeliabmas/sloecode/wiki-merge-proposal

« back to all changes in this revision

Viewing changes to sloecode/websetup.py

  • Committer: thomir at gmail
  • Date: 2011-02-23 02:20:05 UTC
  • mto: This revision was merged to the branch mainline in revision 62.
  • Revision ID: thomir@gmail.com-20110223022005-tpxek9w94ngwim60
Moved sloecode bzr factory into new 'sloecode.bzr' module, and renamed the file to 'factory.py'. Updated code to work with new location.

Added sloecode.bzr.display package, which contains adaptors for bzrlib classes. This allows us to more easily extract useful info from bzrlib without having to pass in bzrlib objects into the template system.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
import pylons.test
5
5
 
6
 
from sloecode.bzr import BazaarRepositoryFactory
 
6
from sloecode.bzr.factory import BazaarRepositoryFactory
7
7
from sloecode.config.environment import load_environment
8
8
from sloecode.model.meta import Session, metadata, Base
9
9
from sloecode.model import Person, SiteRole