From 00520e76d94ff666c2f88fda5571696b175ec6ff Mon Sep 17 00:00:00 2001 From: Leonardo Date: Sat, 12 Jun 2010 10:26:47 +0200 Subject: [PATCH] Resi i commenti meno idioti --- drprint | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/drprint b/drprint index c116b24..1e777d4 100755 --- a/drprint +++ b/drprint @@ -22,17 +22,10 @@ if __name__ == "__main__": else: filename = None - ## Load the Backend that will perform - ## all the hard work without being seen - ## by the end user. That is -- the sad - ## story of every backend. + # The backend doing network work. backend = Backend() - ## ...and then the main win! The one - ## that will try to attract end user - ## with her .. ( find a good word ) - ## P.S.: We give her a backend, without - ## it she will be useless. + # ...and the Gtk main window. mw = MainWin(backend = backend, user = option.user, filename = filename) -- 2.1.4