~mvo/software-center/apt-url-multiarch-support

« back to all changes in this revision

Viewing changes to tests/test_description_norm.py

  • Committer: Michael Vogt
  • Date: 2012-11-28 10:30:48 UTC
  • mfrom: (3234.2.6 5.4)
  • Revision ID: michael.vogt@ubuntu.com-20121128103048-v0tzw9u2l7f3x0sy
merged  lp:software-center/5.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# ensure we do not fail for different locales
 
2
import os
 
3
os.environ["LANG"] ="C"
 
4
 
1
5
import apt
2
6
import platform
3
7
import unittest