~encore-team/encore-media-center/master

« back to all changes in this revision

Viewing changes to encore/config.py

  • Committer: Damien Churchill
  • Date: 2010-09-12 21:09:03 UTC
  • Revision ID: git-v1:594f0758ef847161cd791a75a09b028423dfc803
fix typo

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
from xdg import BaseDirectory
28
28
 
29
29
from encore.component import Component
30
 
from encore.util.oproxy import ObjectProxy
 
30
from encore.utils.oproxy import ObjectProxy
31
31
 
32
32
class Config(Component):
33
33