Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xfracciones.activity/gtkcake.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fracciones.activity/gtkcake.py b/fracciones.activity/gtkcake.py
index c42fd62..023fe46 100755
--- a/fracciones.activity/gtkcake.py
+++ b/fracciones.activity/gtkcake.py
@@ -184,4 +184,4 @@ if __name__ == "__main__":
window.add(cake)
window.connect("destroy", gtk.main_quit)
window.show_all()
- gtk.main()
+ gtk.main() \ No newline at end of file