From dad31dfedfe46a1556149daefda1ea64203c300b Mon Sep 17 00:00:00 2001 From: Leonardo Robol Date: Fri, 2 Oct 2009 09:27:30 +0200 Subject: [PATCH] Pulizia dei pyc e rinominato l'eseguibile con nome minuscolo --- DrPrint | 27 --------------------------- DrPrintGui/__init__.pyc | Bin 136 -> 0 bytes drprint | 27 +++++++++++++++++++++++++++ 3 files changed, 27 insertions(+), 27 deletions(-) delete mode 100755 DrPrint delete mode 100644 DrPrintGui/__init__.pyc create mode 100755 drprint diff --git a/DrPrint b/DrPrint deleted file mode 100755 index ce877e4..0000000 --- a/DrPrint +++ /dev/null @@ -1,27 +0,0 @@ -#!/usr/bin/env python - -import gtk, pygtk -from DrPrintGui.MainWin import MainWin -from DrPrintBackend import Backend - -if __name__ == "__main__": - - - ## 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. - 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. - mw = MainWin(backend) - - ## Show all :) - mw.show() - - ## ..and let's go! - gtk.main() diff --git a/DrPrintGui/__init__.pyc b/DrPrintGui/__init__.pyc deleted file mode 100644 index 1b63e7cf4b4e4fea33815a379e0784ae2ccd94b9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 136 zcmcckiI=PA#1^k)1}I1X8Urt0UU=I13A zrR3`u7bWYv6a^Gz=9R!`_tH%L`1s7c%#!$cy@JXT4xlcZ-29Z%oK!oI*~LK2000~c B9s2+P diff --git a/drprint b/drprint new file mode 100755 index 0000000..ce877e4 --- /dev/null +++ b/drprint @@ -0,0 +1,27 @@ +#!/usr/bin/env python + +import gtk, pygtk +from DrPrintGui.MainWin import MainWin +from DrPrintBackend import Backend + +if __name__ == "__main__": + + + ## 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. + 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. + mw = MainWin(backend) + + ## Show all :) + mw.show() + + ## ..and let's go! + gtk.main() -- 2.1.4