~afrantzis/jenkins-launchpad-plugin/jenkins-launchpad-plugin

« back to all changes in this revision

Viewing changes to jlp/jsonjenkins.py

  • Committer: Alexandros Frantzis
  • Date: 2016-05-17 11:02:20 UTC
  • Revision ID: alexandros.frantzis@canonical.com-20160517110220-mui1rlgk6000b9x9
wip

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
import json
2
2
import urllib2
 
3
import base64
3
4
from jlp import logger
4
5
 
5
6