#!/usr/bin/env python
#
# Grive Indicator
#
# Version : 1.9 beta
#
# By The Fan Club 2013
#
http://www.thefanclub.co.za#
### BEGIN LICENSE
# Copyright (c) 2014, The Fan Club <info@thefanclub.co.za>
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 3, as published
# by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranties of
# MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
# PURPOSE. See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with this program. If not, see <http://www.gnu.org/licenses/>.
### END LICENSE
import gi
gi.require_version('Gtk', '3.0')
from gi.repository import Gtk
from gi.repository import Gio
from gi.repository import GLib
from gi.repository import AppIndicator3 as appindicator
from gi.repository import GdkPixbuf
import os
import sys
import subprocess
import time
import datetime
import shutil
import urllib2
import webbrowser
import pyinotify
import asyncore
import threading
import fcntl
import commands
import gettext
import locale
...
Всего 1007 строк