~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/server.py

  • Committer: John Arbash Meinel
  • Date: 2011-09-15 11:37:39 UTC
  • mto: (6133.4.49 2.5-soft-hangup-795025)
  • mto: This revision was merged to the branch mainline in revision 6170.
  • Revision ID: john@arbash-meinel.com-20110915113739-ktb612ayprk49pza
Import 'config' from the right location.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
lazy_import(globals(), """
33
33
from bzrlib.smart import medium
34
34
from bzrlib.transport import (
35
 
    config,
36
35
    chroot,
37
36
    pathfilter,
38
37
    )
39
38
from bzrlib import (
 
39
    config,
40
40
    urlutils,
41
41
    )
42
42
""")