coding style.
This commit is contained in:
parent
7cd239b993
commit
6485517447
1 changed files with 79 additions and 80 deletions
|
@ -121,7 +121,7 @@ ACTIVITIES = {
|
|||
'running_an_errand': _('Running an Errand'),
|
||||
'walking_the_dog': _('Walking the Dog')},
|
||||
'drinking': {'category': _('Drinking'),
|
||||
'having_a_beer': _('Having a Beer'),
|
||||
'having_a_beer' _('Having a Beer'),
|
||||
'having_coffee': _('Having Coffee'),
|
||||
'having_tea': _('Having Tea')},
|
||||
'eating': {'category': _('Eating'),
|
||||
|
@ -157,8 +157,7 @@ ACTIVITIES = {
|
|||
'sleeping': _('Sleeping'),
|
||||
'thinking': _('Thinking')},
|
||||
'relaxing': {'category': _('Relaxing'),
|
||||
'fishing': _('Fishing'),
|
||||
'gaming': _('Gaming'),
|
||||
'fishing': _('Gaming'),
|
||||
'going_out': _('Going out'),
|
||||
'partying': _('Partying'),
|
||||
'reading': _('Reading'),
|
||||
|
@ -193,8 +192,8 @@ TUNE_DATA = ['artist', 'title', 'source', 'track', 'length']
|
|||
|
||||
LOCATION_DATA = ['accuracy', 'alt', 'area', 'bearing', 'building', 'country',
|
||||
'countrycode', 'datum', 'description', 'error', 'floor', 'lat',
|
||||
'locality', 'lon', 'postalcode', 'region', 'room', 'speed', 'street',
|
||||
'text', 'timestamp', 'uri']
|
||||
'locality', 'lon', 'postalcode', 'region', 'room', 'speed',
|
||||
'street', 'text', 'timestamp', 'uri']
|
||||
|
||||
import gobject
|
||||
import gtk
|
||||
|
|
Loading…
Add table
Reference in a new issue