~larry-e-works/uci-engine/amqp-to-kombu

« back to all changes in this revision

Viewing changes to testing/venv.py

  • Committer: Larry Works
  • Date: 2014-09-30 18:08:31 UTC
  • mfrom: (762.1.55 uci-engine)
  • Revision ID: larry.works@canonical.com-20140930180831-cpztlnifhc47ah69
Massive merge from trunk, no conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
HERE = os.path.abspath(os.path.dirname(__file__))
27
27
BRANCH_ROOT = os.path.abspath(os.path.join(HERE, '..'))
28
 
logging.root.setLevel(logging.DEBUG)
29
28
 
30
29
 
31
30
def get_basedir():