This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# Based on the Gmail appindicator from | |
# http://conjurecode.com/create-indicator-applet-for-ubuntu-unity-with-python/ | |
import sys | |
import os | |
import gtk | |
import appindicator | |
import requests |