~ubuntu-core-dev/ubuntu/quantal/language-selector/python3

« back to all changes in this revision

Viewing changes to LanguageSelector/FontConfig.py

  • Committer: Martin Pitt
  • Date: 2012-06-14 07:34:33 UTC
  • Revision ID: martin.pitt@canonical.com-20120614073433-kh7op6emd40gx0go
LanguageSelector/FontConfig.py: Fix import statements

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
# configuration we got from the CJK community
12
12
 
13
13
from __future__ import print_function
 
14
from __future__ import absolute_import
14
15
 
15
16
import glob
16
17
import os.path
17
18
 
18
 
from LocaleInfo import LocaleInfo
19
 
import macros
20
 
from utils import language2locale
 
19
from LanguageSelector.LocaleInfo import LocaleInfo
 
20
from LanguageSelector import macros
 
21
from LanguageSelector.utils import language2locale
21
22
 
22
23
class ExceptionMultipleConfigurations(Exception):
23
24
    " error when multiple languages are symlinked "