From 4971e3b7fa4be1ed093aab8260653ac95672ed84 Mon Sep 17 00:00:00 2001 From: Cristian Garcia Date: Sat, 17 Aug 2013 17:29:17 +0000 Subject: Quitando codigo inecesario --- diff --git a/CristianEdit/objetos.py b/CristianEdit/objetos.py index debc208..5896c72 100644 --- a/CristianEdit/objetos.py +++ b/CristianEdit/objetos.py @@ -412,10 +412,6 @@ class Notebook(Gtk.Notebook): boton.show() - def algo(self, *args): - - print '\n\n', 'def algo --> OK\n', args[1:], '\n\n' - def agregar(self, objeto, label, barra): """Agrega una página al Widget clase""" -- cgit v0.9.1