~vila/udd/split-failures

« back to all changes in this revision

Viewing changes to udd/tests/test_revid_database.py

  • Committer: Max Bowsher
  • Date: 2011-06-15 06:54:16 UTC
  • mfrom: (462.2.4 udd-python-module)
  • Revision ID: _@maxb.eu-20110615065416-dijz3uj541h5cr2x
Create an 'udd' namespace Python module, and move existing modules into it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
    from debian_bundle import changelog
8
8
 
9
9
 
10
 
import icommon
 
10
from udd import icommon
11
11
 
12
12
 
13
13
class RevidDatabaseTests(tests.TestCaseWithTransport):