Changeset 7081 for lliurex-gdrive/trunk/fuentes/lliurex-gdrive-indicator.install/usr/bin/lliurexGdriveIndicator
- Timestamp:
- Mar 21, 2018, 1:29:57 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-gdrive/trunk/fuentes/lliurex-gdrive-indicator.install/usr/bin/lliurexGdriveIndicator
r6556 r7081 28 28 signal.signal(signal.SIGINT, signal.SIG_DFL) 29 29 30 import lliurex .lliurexgdrive30 import lliurexgdrive 31 31 32 32 import gettext … … 60 60 self.lock_indicator=os.path.expanduser(LOCK_INDICATOR) 61 61 62 self.LliurexGoogleDriveManager=lliurex .lliurexgdrive.LliurexGoogleDriveManager()62 self.LliurexGoogleDriveManager=lliurexgdrive.LliurexGoogleDriveManager() 63 63 self.app_indicator=appindicator.Indicator.new("lliurex-gdrive",icon_name,appindicator.IndicatorCategory.APPLICATION_STATUS) 64 64 self.app_indicator.set_status(appindicator.IndicatorStatus.ACTIVE)
Note: See TracChangeset
for help on using the changeset viewer.