Skip to content
Snippets Groups Projects
Commit 8e33cd1e authored by Antoine Smolders's avatar Antoine Smolders
Browse files

PEP8

parent 3b2b6d7c
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@
def on_event_clicked(calendar, event, event_store):
print "Event %s was clicked" % event.caption
def on_day_selected(calendar, day):
print "Day %s was selected" % day
......@@ -13,6 +14,7 @@
def on_day_selected(calendar, day):
print "Day %s was selected" % day
def on_key_pressed(widget, event):
if (event.state & gtk.gdk.CONTROL_MASK and
event.keyval == gtk.gdk.keyval_from_name('l')):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment