From 9c6906acfea0d5da370a15af077ad41f2632f83a Mon Sep 17 00:00:00 2001 From: a-sansara Date: Mon, 12 Jul 2010 03:47:35 +0000 Subject: [PATCH] 0.31 --- 0.3x/src/gpyfsa_conf.py | 3 +++ 0.3x/src/gpyfsa_devlistmanager.py | 3 +++ 0.3x/src/gpyfsa_fsa.py | 2 ++ 0.3x/src/gpyfsa_main.py | 2 ++ 0.3x/src/gpyfsa_savefs.py | 3 +++ 0.3x/src/gpyfsa_shell.py | 2 ++ 0.3x/src/gpyfsa_ui.py | 2 ++ 7 files changed, 17 insertions(+) diff --git a/0.3x/src/gpyfsa_conf.py b/0.3x/src/gpyfsa_conf.py index d154cf6..dafe853 100644 --- a/0.3x/src/gpyfsa_conf.py +++ b/0.3x/src/gpyfsa_conf.py @@ -89,3 +89,6 @@ def getGladeXML() : return gtk.glade.XML(PATH_RES+APP_NAME+".glade",APP_NAME) def chdir(path) : return os.chdir(path) def getShell() : return sh + + + # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # diff --git a/0.3x/src/gpyfsa_devlistmanager.py b/0.3x/src/gpyfsa_devlistmanager.py index 705ac3a..6ae412b 100644 --- a/0.3x/src/gpyfsa_devlistmanager.py +++ b/0.3x/src/gpyfsa_devlistmanager.py @@ -201,3 +201,6 @@ class DevListManager(): self.conf = conf self.buildTreeDevices() self.bindEvents() + + + # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # diff --git a/0.3x/src/gpyfsa_fsa.py b/0.3x/src/gpyfsa_fsa.py index 14f2d89..f653d58 100644 --- a/0.3x/src/gpyfsa_fsa.py +++ b/0.3x/src/gpyfsa_fsa.py @@ -186,3 +186,5 @@ class LogReader: self.textview.scroll_to_iter(self.buf.get_end_iter(),0) self.end = True + + # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # diff --git a/0.3x/src/gpyfsa_main.py b/0.3x/src/gpyfsa_main.py index 4b7b105..9109427 100644 --- a/0.3x/src/gpyfsa_main.py +++ b/0.3x/src/gpyfsa_main.py @@ -242,3 +242,5 @@ if __name__ == '__main__': # msgfmt gpyfsa.po -o gpyfsa.mo # intltool-extract --type=gettext/glade res/*.glade # msgmerge -U locale/fr/LC_MESSAGES/gpyfsa.po gpyfsa.pot + + # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # diff --git a/0.3x/src/gpyfsa_savefs.py b/0.3x/src/gpyfsa_savefs.py index 0eaed4c..163f20e 100644 --- a/0.3x/src/gpyfsa_savefs.py +++ b/0.3x/src/gpyfsa_savefs.py @@ -30,3 +30,6 @@ class SaveFS(gtk.Window): pass + + + # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # diff --git a/0.3x/src/gpyfsa_shell.py b/0.3x/src/gpyfsa_shell.py index 837209e..9475593 100644 --- a/0.3x/src/gpyfsa_shell.py +++ b/0.3x/src/gpyfsa_shell.py @@ -63,3 +63,5 @@ class Shell: def __getGrepPipeOut(self,cmd,grepStr): try : return self.__pipe(cmd, [self.CMD_GREP, grepStr]).stdout.read().split("\n") except : return "" + + # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # diff --git a/0.3x/src/gpyfsa_ui.py b/0.3x/src/gpyfsa_ui.py index fda9884..b465457 100755 --- a/0.3x/src/gpyfsa_ui.py +++ b/0.3x/src/gpyfsa_ui.py @@ -160,3 +160,5 @@ def setTimeout(ms, bind, callback, clearCallback, data=None): if(type(data) != tuple): data = (data,) for i in range(len(data)): params += ", data["+str(i)+"]" return eval("gobject.timeout_add(ms, bind, callback, clearCallback "+params+")") + +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #