~mmcg069/software-center/tweaks

« back to all changes in this revision

Viewing changes to test/test_origin.py

  • Committer: Michael Vogt
  • Date: 2011-05-18 08:26:04 UTC
  • mto: This revision was merged to the branch mainline in revision 1789.
  • Revision ID: michael.vogt@ubuntu.com-20110518082604-00wiq50tjd9vedz6
tests/: make pyflakes clean, fixup test_build_from_software_center_agent()

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
sys.path.insert(0,"../")
6
6
 
7
7
import apt
8
 
from softwarecenter.db.pkginfo import get_pkg_info
9
8
 
10
9
class TestOrigins(unittest.TestCase):
11
10
    """ tests the origin code """