~vila/udd/split-failures

« back to all changes in this revision

Viewing changes to cricket.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:
6
6
 
7
7
sys.path.insert(0, os.path.dirname(__file__))
8
8
sys.path.insert(0, os.path.join(os.path.dirname(__file__), "python-debian"))
9
 
import icommon
 
9
from udd import icommon
10
10
 
11
11
conn = icommon.get_sqlite_connection(icommon.sqlite_file)
12
12
c = conn.cursor()