Skip to content

Instantly share code, notes, and snippets.

View SkGithubBot's full-sized avatar

Bot SkGithubBot

  • Skillable
  • Computer
View GitHub Profile
from google.appengine.api import urlfetch
from base64 import encodestring as base64
import logging
try:
import simplejson as json
except ImportError:
import json
class Committer:
"""